Mathieson
@mathieson
New Member
Joined: Feb 14, 2024
Topics: 32 / Replies: 119
Reply
RE: help needed with custom attributes renaming

Do you need to change the name of the actual attribute def or do you need to change the names of the individual parameters on the def? If you need to…

15 years ago
Forum
Reply
RE: max file from a previous version

Here is something I put together last year that sounds like what you are looking for. I just checks the version of the previous Max file and pops u…

15 years ago
Forum
Reply
RE: Simple script acting odd !

You could collect the modifiers from each object before collapsing it and then add them again afterwards. I’ve had to do this before to get around so…

15 years ago
Forum
Reply
RE: Simple script acting odd !

Another thought. What happens if you manually add an edit_spline and then run the script? Does it still fail on the first time?

15 years ago
Forum
Reply
RE: Simple script acting odd !

Hey Felipe, I haven’t been able to recreate the issue yet with the provided code. I have tested on a single spline with no modifiers, a selection of…

15 years ago
Forum
Reply
RE: Param wire sub-anim picker

Nice! That will do the trick. Thanks Paul!

16 years ago
Forum
Topic
Forum
Replies: 2
Views: 10
Reply
RE: Skin on multiple objects

I found this weird too when I first ran into it. The way to get around it is to store your initial selection in a variable, cycle through the objects…

16 years ago
Forum
Reply
RE: Select all spotlights

You can also do… (getClassInstances TargetSpot) + (getClassInstances FreeSpot)

16 years ago
Forum
Reply
RE: Animation layers

Ah, okay, I misunderstood you question in the first post. Now that I understand better, good question! There is RefTargMonitor. I have not used thi…

16 years ago
Forum
Reply
RE: Animation layers

JHN: But you can only store node references through weak referencing or am I mistaken? I now have a instance of the modifier in a maxObject attribut…

16 years ago
Forum
Reply
RE: Automatic Weighting Tools?

I’ve been finding the same thing Paul. I have been getting better results on high-res meshes though, I guess because there is more information for it…

16 years ago
Forum
Reply
RE: Automatic Weighting Tools?

I made a script a few months ago that does exactly this. It is still a wip, but is working well at the moment. I just want to add in extra functiona…

16 years ago
Forum
Reply
RE: Test for read-only property?

Nuts! It certainly would make things a lot easier. Ah well. Thanks for having a look Richard!

16 years ago
Forum
Topic
Forum
Replies: 2
Views: 17
Page 5 / 11