A good thing to understand is that vertices in the scripted modifier don’t live in world space, they live in local local space, and that local space i…
It’s probably not related but here’s a tip I use a lot when code has run but I forgot to close a scope properly, or at least think I did. In the list…
Agreed, it’s bad design to have your folders/files in a program files directory, it’s officially disproved my microsoft and any serious IT person will…
As far as UI goes, it has to integrate well with max, without making people blind with colorful logo’s and animated banners. The main framework has to…
Same here, fn and lots of camelCase, also I’m looking at the ECMA coding standards for c#. fn simply because it’s shorter, further a lot of very descr…
You might want to head over to the section on scripted plugins. The inner body definition of a scripted plugin is similar to that of an custom attribu…
Sure thing, it’s a process normally called “zero out”. Basically you need to set all values to : 0.0, eulerangles 0 0 0 or [0,0,0]. Effectively resett…
You really need to take step back and read the error messages a bit better, they explain all your problems. I’m try to do this at moment and its thr…
It’s a good thing to understand what the different parts in a max object mean. Most parts in max are “objects and classes” and few parts are values. W…
Why not manipulate the Y-axis directly? SliceRotation.Slice_plane.rotation.y_rotation = spnSlice_Rotation.value The other problem is your trying to …
If symbolic pathnames could be used inside bitmap loaders etc, that would be supercool. You could easily repath all project external files by redeclar…
Synced! Time to get my python on -Johan
I can’t see this happening without the SDK, right. Not to thrilled to take that on.
Like a scripted modifier or material, with a scripted controller that extends an existing controller you could add extra paramaters to make a “system”…