I’m guessing you trying to loop through all the controllers in an object and see if they have keyframes. Then copy them to another object. I seem to …
Thats awesome Denis
your right dependsOn is old and should not be used $Collision I’m guessing actually references an object of that name directly in the example scene …
I don’t have the reference to hand but there’s example code to do this in the max script help
I use this method in my scripts. in coordsys local ( rotate BipedObject ( BipedObject.transform.rotation * inverse TargetObject.transform.rotation …
Pete, your screen shot looks very cool, I’m looking forward to seeing the finished version. I’ve been working on a floating control panel. The Idea …
I have a script that recurses through all the materials in the scene. Looking for blend materials rollout ViewRoll “Set blend mask” ( radioButtons …
Thanks for your help guys… I guess I was hoping that I’d missed something, and that the impossible was in fact possible… PEN: . We had a l…
would a post-render script in the ‘render scene dialog work’ ? Or possibly a script using callbacks after each frame is rendered?
It took me a while to get my head round events and deligates. I’ll try and explain how it works in my code. Basically there are two events work…
[QUOTE= what id like to do is make a composite slider object for a morpher that adds min/max buttons in dotnet. but i cant get the trackbar scroll eve…
I’ve made some changes to allow for customization Theres a zip file on my site with all the new files including the C# source “UserControl1.cs” Zip …