Thanks Daniel for your reply, here is an update to the code that kinda works using Autodesk.Max; using System.IO; namespace realtimeuk { publi…
hm… I’ve just realized that I get the following error “– Runtime error: dotNet runtime exception: Unable to cast object of type ‘Autodesk.Max.Wrapper…
Any help plzzz?! :rolleyes:
Personally I never had a problem with MXS version. In order not to add the new text in the same line, just add a ” ” before the text you are adding.
Yeah… I though so… thanks for the confirmation though.
The “Autodesk.Max.dll” is already loaded so in order to get the Interface14 you only need to type global GI = (dotNetClass “Autodesk.Max.GlobalInter…
something like this? try(destroyDialog testRollout)catch() rollout testRollout “Test” width:160 height:64 ( local myAr = #() groupBox myGroup “0…
I’ll give it a go later because now I have two scripted plugins, one for the mesh (invisible class) and one for the helper, so I suppose in my case, y…
Aww you mean about a quick flicker that does on the creation?! If yes, it’s ok, that’s not a problem. The problem was when it was flickering while you…
what do you mean “create via the viewport”? If you mean using the “tool create” it works fine for me plugin Helper HelperTest_DisplayMesh name:”Hel…
Thanks for the replies! Cheers Denis, nice trick!
yep, that’s exactly what I’m doing right now.