Quick and dirty : rollout TapeMeter “Distance finder” width:300 height:50 ( /*** finding distance between 2 objects ***/ local firstObject l…
try(destroyDialog list) catch() rollout list “” width:200 height:200 ( local toDisplay = #() listbox list “” button add “add” on ad…
I don’t see the VRay property you are talking about but if you try to change any property of the VRay renderer you should check all of them by using :…
There’s nothing wrong as the “a” mode will always write at the end of the file no matter the filepos. You may want to try to delete everything betwee…
I doubt it, so I made a rollout to go from max file to mat and the opposite. Be carefull, it will set a new scene. It could possibly be shorter but I’…
try sme.Open()
works for max 2014 and over, but not 2012 see page 2 if you want the solution for max 2012. anyway, thank you for the input
I solved the delete problem on rollout by using theHold as Denis said, but still got the a bug if I try the #sme_node. Anyway thanks a lot guys you’re…
Ok, another thing I got, placed in a flat file #sme_mats behaviour works but placed in a rollout I can get the result but as soon as I click back in m…
@Denis : 2012 x64 version : #(<MixinInterface:Node>, undefined) I’ll take a look at the hold if I have a moment but it the way you speak of it d…
Nice workaround Denis! It seems a bit dirty indeed but I’ll give it a try toomorrow.
I’m using the 2012 version 🙁
Hi, thanks for your answers, but : @Dave : The problem is that I want to get a multiple selection so this wont work in my case @gazybara : I’ve read…