You could modify that pretty easily to work for loading uv’s
where do MySelectedFromBoneIndex, MySelectedFromBoneIndex2 & MySelectedToBoneIndex & MySelectedToBoneIndex2 initally get defined?
You also spelt utility wrong in the first line
on selectNURBS picked obj do ( –see if the user did not cancel picking if obj != undifined do ( undefined is spelt wrong there…
I’m not sure I understand what youre asking, but can you not try changing the following line: in coordsys parent rotate newBranch (eulerAngles (rando…
I might be misunderstanding here, but can’t you just set your expression to be CstntSwitch * 100?
bit arrays as it says in the maxscript help is simply an array that contains values that are either true or false i.e. bits. A good way to look at ho…
I would probably do this so your function returns your value. Have a look in the maxscript help docs for ‘return’
Thats great thanks Denis!
Hrm… I’m not consciously coming from a ‘Maya centric’ approach. I can’t really say if I am inadvertantly though as its about 12 years since I last us…
Sorry thats a mis-type in the comment there. I mean tri not plane
can you not use a try catch?
have you tried turning off redraw?
This is a brilliant thread – thanks for starting it Denis and thanks to all the contributors!