undo “myScript – Delete Objects” on ( delete objects )
You could potentially start by looking at which elements are closest to the point, then by face and that may reduce the amount of vertices you actuall…
Simple Example, not the most efficient, but hopefully quite clear to understand. ( –start our test distance to be massive local dist = 1e9 –declare…
“Anything devised by a human mind can be solved by a lesser or equal mind” – Sherlock Holmes
Max 2013 #(<MixinInterface:Node>, <MixinInterface:Node>)
Eek, that’s a horrible Hack!
You can get the Material which is in the editor (has been doubled clicked on) SME.GetMtlinParamEditor()
Have a look on the lessons on my blog… davewortley.wordpress.com
Look in the help and you will find… <bool>saveMaxFile <filename_string> \ [saveAsVersion:<integer>] [clearNeedSaveFlag:<bool&g…
I have a script which writes a script, which in turn rights another script, it’s like inception, does my head in sometimes!
This is one of my major bug-bears with XRef Materials, the fact that it needs an XRef Object entry makes it slow… I wrote a replacement material refer…
It’s easily possible to nudge a camera if you middle-click in an inactive camera viewport, happens all the time. I’ve tried a few approaches in the pa…
This is what I’ve been doing with this… I’ve made a script which adds a label to the viewport to indicate whether the camera is locked or not, which h…
Hmm that gets me a nice label, and if you pan the viewport with your mouse over the label it picks up, but I’m not sure it’ll give me a click event… N…