Thanks again, But it seems so complicated to translate to c# for me
Serejah: TangentType No , I don’t want to change the global default tangent type. I just want to change all tangents of a controller.
Thank You! how we can change the tangents type to #Step?
well… How you created a web browser with Max? dotnet? so you can also delete the cache that way.
OK I figure it out, we should inherit from Autodesk.Max.Plugins: public class MyRedrawViewsCallback : Autodesk.Max.Plugins.RedrawViewsCallback …
There is a function GlobalInterface.Instance.COREInterface.RegisterRedrawViewsCallback, that document says we can pass a IRedrawViewsCallback object t…
Thanks, But I could’t find a way to register RedrawView or TimeChange callbacks.
Make your functions “static”.
denisT: hierarchical distance Would you please explain a little more what you mean by “hierarchical distance”?
use this: ThisNode = undefined for o in refs.dependents this while ThisNode == undefined where isvalidnode o do ThisNode = o
Nice point, Thank You! I never thought someone still uses Max 2008.
You can retrieve the node that this plugin is attached to: (refs.dependentnodes this)[1]