Ok ! Just got it ! For those interested : local VRayConsoleHandle = (for i in (windows.getChildrenHWND 0) where ((UIAccessor.GetWindowClassName i[1]…
Thanks momo2012, but it is not really what I needed. Let me explain more clearly. I want to the V-Ray Messages” dialog to be opened when rendering (i…
I didn’t see your post. Finally I got it working by testing the attribute ClassID to be sure I am getting the right attribute. CustAttrib* CustomAttr…
If your menu items are firing macroscripts, you can handle the visibility or the enble state ofneach menu items in the macroscript directly. macrosc…
Hello, Check “file properties” in the Maxscript Help and you will know how to do it.
You can also use the resulting string from apropos “yourStruct” which will also let you see private functions/variables. The resulting string can b…
Thanks for trying to help, Denis. look again… you have a valid CA definition… correct? you have valid instances of this definition. but this instanc…
Yes I know, Denis. But the crazy thing here is that it executes the “delete” line. That means that it found some defInstances have undefined owner. …
Yes you can. appendifunique box01.custAttributes (createInstance CA_Box name:”CA_Box”) — or on the baseobject appendifunique box01.baseobject.custAt…
custAttributes.add box01 (createInstance CA_Box name:”CA_Box”) custAttributes.add box02 (createInstance CA_Box name:”CA_Box”) not tested but it is so…
Is what you are looking for ? — Set the parent of the form to be Max. local maxHandlePointer = (Windows.GetMAXHWND()); local sysPointer = DotNetOb…