What are notifications for? You get something like “@user replied to your post” but you can’t know to which post, nor link to it. It’s absurd. I don’…
I do not receive the notification emails for new answers, for example in this thread.
Travis: **2. At the moment all activity is through search. If you search for an artist or user you will find all their info there, from the latest …
Ok. I’ve found how to go diirectly to the ‘last reply’. Bingo!
Really good question. And who is connected, and how to preview a post you are writing, and how to go directly to the last post of a long thead (for po…
No, I just did a quick for-loop test inside a more complex development.
You have to get the IIDerivedObject modifier corresponding to Hair&Fur IModifier tMod = derObj.GetModifier(i); , get its IIParamBlock2 IIParamB…
I’m not an expert at all, but I think that with ‘ObjectRef’ you only get the OSModifiers. To get the WSModifiers, you have to use ‘WSMDerivedObject’: …
I guess like other World-Space modifiers… Hair & Fur class ID is #(148282010, 473681766). But I never have tryed it (just done some Object-Space m…
It’s a great tool. I think it can be a sort of standard in the future for maxscript/dot.net dll’s protection. Keep up with it!
global globalInterface = dotnetClass “Autodesk.Max.GlobalInterface” global gi = globalInterface.instance global ip = gi.COREInterface14 ip.Fi…
Maybe it has to do with the new needed global scope for event handlers. See this thread:
In Max 2016 I get pdef.ID = 110 for i=63. I have tryed many things without chance. In fact: (pb2.GetParameterType 63).toString() returns “Unspecified…