Thanks Bobo, that is exactly what I was looking for! I really appreciate your help.
Hi Bobo! What I am working on actually is scripted as a render effect plugin. I have found myself using Tomas Cayuela’s terrific “BigRender” effects …
Works perfectly! Thanks Bobo!
Hmmm… not working for me, typo maybe?
Bobo, is there anything about maxscript you don’t know or can’t solve? I appeciate it tremendously! With this last info, I can finally complete my p…
[color=white]How about: if[/color] [color=yellow](classof $ == Splineshape) [/color]then
Ok. So if I wanted to rotate a vertex selection 45 degrees I could do this: ( selCenter = [0,0,0] angle = 45 local vertsToMove = #() — get selec…
I have asked this too. I believe this involves using a matrix. The only example I have seen is in CSPolytools’ “Vert Rotate”, but I am not entirely cl…
Could you please post your script? First thought,… could you link a dummy to the biped bone and then use “dependsOn(dummy)”?
I like the switching out bitmaps idea! I believe that is what happens graphically when you use a button anyway. BIG Thanks Bobo! I really appreciate …
WOW! Thats Amazing! It works! I have been pulling hair out on this for a while, kinda has become an obsession! Thanks Bobo! For asthetic reasons, I w…
Thanks Bobo. The while loop is in there because I want the function to loop as long as the button is held down, not just once, and exit when the butt…