PDA

View Full Version : Max Script Issue


bentllama
03-21-2002, 02:27 AM
New to MAX Scripting and I need help on a script...
What I want to do is be able to select the hips of a biped and have it actually select the biped root...
I was thinking a script like this would work...
[if I select the biped pelvis the selection changes to the root]


if I
select $'Bip01 Pelvis'
then it
select $'Bip01'

If someone can help me on this it would be much appreciated....

Thanks.

toonman
03-21-2002, 04:23 AM
Read about callbacks and change handlers on the help file. Cheers!

Bobo
03-22-2002, 06:45 AM
Originally posted by bentllama
New to MAX Scripting and I need help on a script...
What I want to do is be able to select the hips of a biped and have it actually select the biped root...
I was thinking a script like this would work...
[if I select the biped pelvis the selection changes to the root]



You might also want to take a look at SpookyHide
http://www.scriptspot.com/bobo/mxs4/spookyhide/

It does something like that - dissect the source code to see how it works (it does lots of other things too)

Taoizm
03-22-2002, 07:42 AM
Bobo, glad to see you in here. Welcome! :)

CGTalk Moderation
01-13-2006, 02:00 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.