Posted by: | andylt1 | |
Data created: | 17 December 2013 |
Hey I grabbed the sample code for the animation conroller: http://www.ephere.com/autodesk/max/docs/944.html I got it all hooked up in VS (re-pathed autodesk.max, changed .net framework to 4.0, set output path to \plugins direcory) It seems to be compling and loading in max correclty, no compile errors and it says its loading in the ouput, however i cant find it anywhere in max. It does not appear in any controller lists. Im using max 2013. Any ideas on what's going on? | |
27 February 2014
#4882 | |
Hi andy,
I had the same issue. I'm adding the ClassDesc object to the Global.COREInterface using AddClass(). Global.COREInterface.AddClass(new ControlClassDesc()); I do this in our AssemblyMain when the plugin is initiallized.
I can now pick the control in when assigning a new controller but it still have an issue with this. The controller is set and tick but the display in the command panel doesn't display properly and it crash when I mouse over the controller treeview in the Motion panel. :( I'm still working on this at the moment. I use 3dsMax 2014.
|