$.rotation.x_rotation $.rotation.y_rotation $.rotation.z_rotation
by the way im using 3ds max 2017… ddnt checked previous version… i think its not documented… i checked with the fn showInterface <interface>
did some coding before… heres a simpler way… SME nodes have .selected and .reference property smeNodesSelected = for i = 1 to (SME.getView SME.activ…
better implementation of “undo context”… sometimes script with undo context do not generate undo’s. this is a useful feature if you keep modifying sce…
you can search the maxscript documentation about “DialogMonitorOPS” and “UIAccessor” to get information of how this callback works anyways heres the…
ok, i’ve solved it … now my dialog can be move while rendering also ui timer works… been researching in maxcript documentation and found this DialogM…
so its not only in my system… i still cant make it to work… explicitly declaring dotnetObject “Autodesk.Max.Global” does not work also, returns run…
by the way … whats the result in the listener when you run this… ill try to explicitly declare it
glad to know its working in your system… now i know theres really something wrong in my 3dsmax… i will try to run the same code to other computer and …
yahhh :banghead: i dont know whats happening… tried restarting my max already anyways thanks for the help… but is my code working perfectly in your …
tried replacing: g = (dotnetclass “Autodesk.Max.GlobalInterface”).Instance g.Coreinterface8.RegisterModelessRenderWindow (dotnetobject “System.IntPtr…
i cant make it to work…im having headaches already… what am i missing? and yes running this code: show (dotnetclass “Autodesk.Max.GlobalInterface”) …
by the way, there is actually Autodesk.Max.dll in 3dsMax Design 2014 i added the code you mentioned, to this: thedll = “C:\Program Files\Autodesk\3d…
im using 3dsmax design 2014… ill try locating… i dont know if i can make it to work. as i dont have experience in dotnet :(… is the code: g = (dotne…
tried but gives an error : –Unknown property: “Coreinterface8” in undefined because: g = (dotnetclass “Autodesk.Max.GlobalInterface”).Instance – res…