NumberPad Enter can be used in two ways: To evaluate the single line of script that the cursor is on. To evaluate a selection of lines You can use N…
You could check the script that I have posted here: and tweak the script ot your needs. cheers
it works well in max 9 Check the modifier panel of the selected object. It creates custom attributes, like from the param editor, but these can be tw…
hey , nice one ! Thanks, Juako
Hi Pix3l I remember facing the same problem couple of months ago with the ‘always_deform’ stuff. It looked like it works differently when accessed th…
Thanks Stev, I’ll try to put the names into an array, and then somehow use the index of the array for identification. What I donot like is to have to…
bn1 = $bone01 bn2 = $bone03 if bn1 and bn2 are the start and ends of the bone chain to which you wish to apply a HI IK chain, then iksys.ikchain bn…
for multiple objects : — select objects in the order you want. — run the script. — This will place every object between the preceeding and next…
The following code will help you to put objects between 2 other objects. — select 3 objects and run the script. — The 3rd Object will be positio…
rollout testRollout “Material Lock” width:156 height:79 ( local imagePath = (getDir #ui) + “\\icons\\” colorPicker cp_diff “Diffuse :” pos:[9,20]…
I would make the rollouts global, and you wouldn’t get the scope errors then. global unnamedRollout1 global unnamedRollout2 rollout unnamedRollou…
hmmm … quite an interesting one this is ! And I guess, this is the right situation to evaluate the difference between selection and selection as array…
yes, you could do that assigining a ‘pre -render’ or ‘post-render’ script in the render dialog