rendStart and rendEnd
That’s is also another point, One register for all or register a callback for each control?
Cool, My controls are WPF, But I don’t want to complicate everything with WPF stuffs and my focus is on update mechanism. So It seems your offered met…
I guess I got it, Are you taking about references that will create connections between objects? So we can get them by using “refs.dependents” or “refs…
aaandres: GetAnimByHandle Thank You! It works: public static class MyClass { static IGlobal globalInterface = GlobalInterface.Instance; …
You right, I shouldn’t say that without measuring…, But I want to say working with available methods inside a class like IControl is faster compare to…
Got it, Thanks, I guessed Autodesk.max is changed over the time.Note that I don’t want to replace native controls. My UI is completely separate window…
Sorry, What you mean by The names in the UI won’t look fine and possibly you will need different versions for 2014, 2016 and possibly 2017 and up.
I already used this feature in my rigging a lot and works perfect. Is it possible to create a plugin like this inside C#? Another problem for me is I …
Well, It seems there isn’t a general solution for this. What if I limit my request to very specific and managed situation: We can create or extend our…
I just created a WPF spinner and I want to create a property exactly like the built-in Max’s Spinner.controller property. Updates are something like t…
Actually I need both cases for different interactions, user Initiated and all changes.Mostly all.
I’m thinking about using Autodesk.Max, overriding IControl set-get of the Value property.
Um… I don’t think we can track changes to the value of the controller by using When construct. Would you please show me an example? Actually I want to…