And since nobody’s mentioned it… the SDK is pretty old and crufty these days. It’s useful to know that because pretty much the only things that you’d …
Hey Charles, You can destroy the rollout that houses the ActiveX control and it will still be accessible. We do this by putting our instances of the …
Well, I used refs.dependents this and that seemed to do the trick. I dont think it can always give you the “exact” node if you have several instance…
But then does an instance of that struct get saved in the CA when the max file gets saved? Like, say you want to save an array of testStructs in your …
we deal with bad node scale all the time in game pipelines, and game artists get used to resetting their Xform regularly, mostly since they like to us…
this is way hacky, but you could force an undo.
i dont know the specific answer to your question, but you might have better luck if you implement the head of the assembly as a pluginscript instead o…
Thanks for the reply Bobo. Actually, I was already employing the methods in that tip. However, I was screwing up in a new and improved fashion. After…
Oh, BTW, I don’t care about materials. I know that sorting through materials and doing the right thing can eat up a bunch of time. I just want a singl…
ok so I found $.handle, which returns a unique ID for a node. Is this safe to use for the above purpose? If it ever changes that would be bad. seems…