Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: How to do this in SME

Even if you could find the memory address where this flag is stored changing it doesn’t seem to change the state of node swatch. I tried to switch the…

4 years ago
Forum
Reply
RE: Access to Render Setup – Common Parameters – Output Size – dropDownList with industry-standard film and video aspect ratios

not sure about the previous versions but in 2020 you can get the list like this g = (dotNetClass “Autodesk.Max.GlobalInterface”).Instance cb_hwnd = ….

4 years ago
Forum
Reply
RE: Atmosphere callbacks (C#)

Yes, ChangeHandler is absent in Autodesk.Max.dll I was thinking about to use TVNodeNotify class to override NotifyRefChanged(), but unfortunately it’s…

4 years ago
Forum
Reply
RE: Atmosphere callbacks (C#)

a little example or the link to sdk file would be great

4 years ago
Forum
Reply
RE: Set ISpinnerControl value

It works correctly in max 2014. If it doesn’t work in your max version try setting the spinner value using UIAccessor.SetWindowText and then sending t…

4 years ago
Forum
Reply
RE: Autobracket MXSE

It works, but as a side-effect it slows down the editor too much. You need some external application that would check what user has entered in the edi…

4 years ago
Forum
Reply
RE: Get World Tracks (C#)

g.coreinterface.Atmospherics g.coreinterface.Effects . something like this? so = g.coreinterface.SoundObject ws = so.GetInterface (dotNetClass “auto…

4 years ago
Forum
Reply
RE: Get World Tracks (C#)

MZ: Do you know how we can access prosound interface? There’s nothing about prosound in SDK reference nor in sdk files (both c# & cpp). It is…

4 years ago
Forum
Reply
RE: Get World Tracks (C#)

( g = (dotNetClass “Autodesk.Max.GlobalInterface”).Instance tvroot = g.coreinterface.TrackViewRootNode format “tvroot.numItems: %\n” tvroot.numIt…

4 years ago
Forum
Reply
RE: [SDK] SubObjectHitTest and MNMesh

Found working alternative. Requires subobject level to be active in order to work. if (hit = (dotNetClass “Autodesk.Max.GlobalInterface”).Instance.C…

4 years ago
Forum
Reply
RE: [SDK] SubObjectHitTest and MNMesh

Had to call SubObjectHitTest on trimesh to make it work as expected. Is there any workaround to get the correct poly edge without so much hassle? …

4 years ago
Forum
Reply
RE: [SDK] SubObjectHitTest and MNMesh

Thanks, fixed. But the problem isn’t in mxs code.

4 years ago
Forum
Reply
RE: [SDK] SubObjectHitTest and MNMesh

Ok, here we go again. Can somebody explain why is it also not working? Only the last edge in poly mesh gets hit. ps. tested on x2014 def_visible_pr…

4 years ago
Forum
Topic
Forum
Replies: 6
Views: 7
Reply
RE: Possibilities to remotely control 3ds Max

bobweb: Could there be some kind of program running on the server watching for new files in that folder and starting 3ds Max directly with a certain…

4 years ago
Forum
Page 32 / 84