No, it compiles to C#, it does generate an XML/ms file which is just the node layout and a helper file but all the heavy liftig is done in dynamically…
QFA! We get high level programming tools that can do awesome things in very little time and produce high quality tools. What’s not to like? Sure you …
Cheers, this looks like it could work!
I did something similar once, check the source of this:
If your sampling a lot of points it might become quicker to bake a normal map and sample using bary -to-UV coords.
Thx, I got a bit further, it all goes well until this: test = MyVC.get() It’s throws a “– Runtime error: dotNet runtime exception: Object refere…
Trying using the (dotnetclass “Activator”).CreateInstance… still no luck… source=” using System; using Autodesk.Max; using Autodesk.Max.Plugins…
What about updating the timeslider via a dotnet timer with a 1/fps frequency? Then max won’t be in playback mode but will advance the timeline. Not s…
Thx, would be nice if you can mail me a test scene!
Cool, I will have a good look at it! Thx.
Ahh, i didn’t know that good suggestion. And I’m not really sure what you mean by “add controllers to the manipulator paramblock as maxobjects”, do y…
btw, what is the advantage of using manipulators over helper objects?
The first one is by design, use the ‘link handles’ to keep them locked. This will be set on a per key basis later. When you press build all the keys a…