martinez
@martinez
New Member
Joined: Feb 14, 2024
Topics: 8 / Replies: 136
Reply
RE: Advice on script optimization

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…

13 years ago
Forum
Reply
RE: Select layers by prefix name

Even shorter. With no arrays. function selectLayerPrefix str = ( clearSelection() for i = 1 to LayerManager.count-1 where matchPattern (LayerMan…

13 years ago
Forum
Reply
RE: Select layers by prefix name

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…

13 years ago
Forum
Reply
RE: maxscript activate relative paths

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 …

13 years ago
Forum
Reply
RE: maxscript activate relative paths

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. …

13 years ago
Forum
Reply
RE: Auto-Skin-Weight Approach

@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 …

13 years ago
Forum
Reply
RE: Auto-Skin-Weight Approach

@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 …

13 years ago
Forum
Reply
RE: Noticed ORT Script not remembered on reload

I wish I could help out more. Other than just saying to try Max 2011.

14 years ago
Forum
Reply
RE: Noticed ORT Script not remembered on reload

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…

14 years ago
Forum
Reply
RE: Noticed ORT Script not remembered on reload

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…

14 years ago
Forum
Reply
RE: Suppressing "Overwrite file?" dialog..

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:…

14 years ago
Forum
Reply
RE: Skin Envelope Manipulator

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, …

17 years ago
Forum
Topic
Forum
Replies: 0
Views: 8
Reply
RE: md3 files and max 9

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…

17 years ago
Forum
Reply
RE: #MaxObjectTab vs Script Controller. Which is faster?

I hate that I do everything the hard way first. Gracias amigo.

18 years ago
Forum
Page 8 / 10