yes the value assignment for axis’s position, rotation and scale is not working directly by using this $.modifiers[#lathe].axis.position $.modifiers…
hi, i have a simple version for you have a look. ( rollout dotnetMaxComboBoxDialog “Combo Box Test:” width:240 height:332 ( local items = #() …
The problem with your code is that you are not converting the text value into a color value and i think it would be better if u apply the value rather…
selected = selection as array — Make array selection col1 = [0.5,0.5,0.5] –50% alpha col2 = [0.2,0.2,0.2] –20% alpha for obj in selected do ( for …
Thanks for sharing… BLUR rocks :bowdown:
You can try this, just run this code: sph = (converttoPoly (sphere radius:100 segs:32)) for p = polyop.getNumFaces sph to 1 by -1 do polyOp.detach…
Insert this line AttaSprite_Copy.rotation /= (matrixFromNormal (polyOp.getFaceNormal AttachSprite_Source FaceID)) before this AttaSprite_Copy.pos …
search for “biped subanim” … its there in Biped Vertical_Horizontal_Turn(Body):Matrix3 Controller topic.
$bip01.controller.enableSubAnims = false
The code i have given works if you are animating vertices with edit_poly modifier on the object. If you are animating without it then this should work…
Use this o.modifiers[#Edit_Poly][#Master_Point_Controller]
selectKeys o.pos.controller 0f 30f deleteKeys o.pos.controller #selection selectKeys o.rotation.controller 0f 30f deleteKeys o.rotation.controller #s…
Switch on the align to surface option in the attachment controller rollout, this should align the cylinder perpendicular to the face. Now i set an a…
This will happen if you have called a function before declaring it in the script. The first time u compile the function is called and then declared so…
I dont know whether you are talking about this, every object has a castshadows and receiveshadows property. You can write a script which will switch o…