This is great Serejah, But I think I was looking in wrong place. I just want to rapid access to the sound tracks, replace them or remove them… So I th…
at least won’t popup dialogs: ( theTimer = dotnetobject “System.Timers.Timer” fn OnTick sender arg = ( print localtime ) dotnet.addEventHandle…
Ok, I found the solution, But now the new problem is that new version of Max will accept INotifyInfo for the proc arguments, while older version use I…
I found the struct “INameChange” for this, but max will crash with this code, When I change the scenestate (Max 2016): using Autodesk.Max; using Syst…
Great! Thank You!
Material, actually I have a listview contain all material in the scene.I want to drag and drop listview item from/to material slot.
I just changed your code little bit to find the right handler: ( g = (dotNetClass “Autodesk.Max.GlobalInterface”).Instance mateditor_hwnd = undef…
How much time we should wait? it is differ from system to system. I have another idea, Did you see the material drag and drop from one slot to another…