Yes, PEN. I found it, but I need only to know if the value is zero or not, so I start using obj.pos.z < 0.000001.
Thank you, denisT.
When you close the sub-rollot(or any rollout) store(save) the settings in ini file. When you open it – load the settings from the ini file. Do not use…
This: obj.isSelected = true deselects all selected objects and select the obj. Use this: selectMore obj insetead of obj.isSelected = true
Thanks guys. I found and fix the problem – the created helpers was rotated before the boxes to be linked to them.
So, I have to use dotnet text box.
Post the new script, so we can find where the error is.
gazybara: Why only meshOp.extrudeEdges() exist? Why? I sent you THIS in email, but maybe you miss it
Connects either verts or edges depending on which mode you’re in. When in edge mode, use it repeatedly within a second from the last usage to incre…
Go here: James Haywood maxscripts and find “Custom connect” script. This site is very useful for maxscript beginners, so you can learn a lot from it.