I think I have misinterpreted your request. All the plugin that I’ve made does is go through all the layers in the scene and make new materials that …
Simple. [ol] [li]Copy the script to your max\ui\macroscripts folder [/li][li]Restart max. [/li][li]Go into Customize \ Cusomize User Interface… \ …
Get it here!
Look up SelectByName() in the help. That allows you to select scene objects by name and return an array containing them all. The following code will …
$object.min and $object.max get’s the minimum and maximum points of the object’s bounding box. Note that these are the points of an Axis Aligned boun…
Or you could use instanceReplace(). d = dummy() objList = <objects you want to replace> for obj in objList do instanceReplace obj d …
[left] [/left] Check timeConfiguration.playbackSpeed in the maxScript SDK.
I’d like to know if it’s MSSql or MySQL. Coz I’d prefer MySQL myself.
So all you want the script to do is create folders in the same folder that your file is saved? That should be possible by using a save callback. If y…
Check Paul Neales tutorial at , it pretty much does exactly what you want.
I’m definitely in need. So that’ll be appreciated.
Thanks Paul One would imagine that this feature would have made it’s way into maxScript yonks ago. The trackView.pickTrackDlg() is a bit too chunky …
I want a menu like the one that pops up when you use the Wire Parameters function. So the flow would be, the user clicks a button in a floater, picks …
Is it possible to return a value from an rcMenu without using globals? I’ve modified the code to use format() and it’s much neater but still doesn’t d…