another related question is about the maxscript help file: “How do I align the UVW_Modifier’s Gizmo to a selected face?” Is there anyway to make this…
Can we see your code? how about doing a check using isKeySelected? if isKeySelected == true then (change tangent)
Just wanted to say how great i think this project is. When it was first posted, I started looking into a routine that’ll make the ivy attach itself t…
how about: s.g_toptexture = “”
There is a handy tutorial in the maxscript reference. “how to output geometry data to a text file.”
When you put the $box01.pos between brackets, maxscript assumes you want to write $box01.pos as the actual text for your text object. Doing it like i…
text size:1 kerning:0 leading:0 pos:($box01.pos) isSelected:on text: ($box01.pos as string) should do it
The function you are talking about actually moves the vertices connected to the edge because without the vertices, the edge would not exists. If you c…
What position do you expect to be returned? An edge has posibly an infinite amount of points that could be returned. Im not sure what you need this f…
Because isValidNode assumes the object exists and attempts to access it’s properties. If it is undefined, then it doesnt exist.
Bit cheeky hacking some code together and then asking someone else to fix it as an exercise!!! What is the error message you are getting?
worked fine on mine. 15 jobs send, no errors. max8 sp3
Never even realised. Just when you think you know it all…you learn something new.
remove the ;