oncire
@oncire
New Member
Joined: Feb 15, 2024
Topics: 2 / Replies: 21
Reply
RE: How to set the rotation of an object with Maxscript that already has a rotation

$.rotation.x_rotation $.rotation.y_rotation $.rotation.z_rotation

6 years ago
Forum
Reply
RE: SME: GetSelectedNodes done right….

by the way im using 3ds max 2017… ddnt checked previous version… i think its not documented… i checked with the fn showInterface <interface>

7 years ago
Forum
Reply
RE: SME: GetSelectedNodes done right….

did some coding before… heres a simpler way… SME nodes have .selected and .reference property smeNodesSelected = for i = 1 to (SME.getView SME.activ…

7 years ago
Forum
Reply
RE: MAX Script needs revision!

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…

10 years ago
Forum
Reply
RE: How to create a movable dialog while rendering?

you can search the maxscript documentation about “DialogMonitorOPS” and “UIAccessor” to get information of how this callback works anyways heres the…

10 years ago
Forum
Reply
RE: How to create a movable dialog while rendering?

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…

10 years ago
Forum
Reply
RE: How to create a movable dialog while rendering?

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…

10 years ago
Forum
Reply
RE: How to create a movable dialog while rendering?

by the way … whats the result in the listener when you run this… ill try to explicitly declare it

10 years ago
Forum
Reply
RE: How to create a movable dialog while rendering?

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 …

10 years ago
Forum
Reply
RE: How to create a movable dialog while rendering?

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 …

10 years ago
Forum
Reply
RE: How to create a movable dialog while rendering?

tried replacing: g = (dotnetclass “Autodesk.Max.GlobalInterface”).Instance g.Coreinterface8.RegisterModelessRenderWindow (dotnetobject “System.IntPtr…

10 years ago
Forum
Reply
RE: How to create a movable dialog while rendering?

i cant make it to work…im having headaches already… what am i missing? and yes running this code: show (dotnetclass “Autodesk.Max.GlobalInterface”) …

10 years ago
Forum
Reply
RE: How to create a movable dialog while rendering?

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…

10 years ago
Forum
Reply
RE: How to create a movable dialog while rendering?

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…

10 years ago
Forum
Reply
RE: How to create a movable dialog while rendering?

tried but gives an error : –Unknown property: “Coreinterface8” in undefined because: g = (dotnetclass “Autodesk.Max.GlobalInterface”).Instance – res…

10 years ago
Forum
Page 1 / 2