You can speed things up a lot by not relying so much on collecting and storing arrays. I had some time adjust some things with the process function. I…
Even shorter. With no arrays. function selectLayerPrefix str = ( clearSelection() for i = 1 to LayerManager.count-1 where matchPattern (LayerMan…
It’s a little weird, but nodes isn’t a property of a layer. It’s a function that assigns the array of nodes to a variable. Also, you’ll want to use J…
Thanks DenisT! You know I looked for the setting in the INI, but I never found it. Maybe I looked in currentdefaults.ini instead of 3dsMax.ini. The …
I’m trying to do the same thing. I tried using dialog montitor / UI Accessor, but maxscript seems to stop as soon as the preferences dialog is open. …
@denisT, You are correct about auto-skin methods not being able to save much time for a pro, but there is a lot of room for improvement for skinning …
@kogen, I tried to use this script on a more complex scene than what you show in your tutorial video. There’s a few features I think that would help …
I wish I could help out more. Other than just saying to try Max 2011.
No, when I load the file they are on constant and the noise controller is active between 0-100. If I follow your steps in the first post, when I load…
This works for me using Max 2011. How did you get the noise controller to start and stop? When I apply a noise rotation controller it’s always on, an…
You can either use getFiles to get an array of files and run the delete command on each or you can use HiddenDosCommand to do it in a couple of steps:…
Really cool man. I was wanting a tool like this a few days ago. I had one and half hours to skin a high poly model. Usually I vert weight everything, …
You can use NPherno’s MD3 Compiler. You can export an ASE or 3DS from Max. Open and export it from the Compiler. It’s not as nice as a direct exporter…
I hate that I do everything the hard way first. Gracias amigo.