I am having problems understanding some (seemingly) simple MAXScript techniques. I'm still fairly new to MAXScript.
If I type into the listener:
select $/...*
The node and all of its children are selected. However, inside my scripts, I am selecting not with the $.
This works to select the object:
select myStruct.target
But the following is NOT working and is causing the script to fail to run at all:
select myStruct.target/...*
I'm obviously missing something.
I tried the following but it simply selects everything in the scene:
select myStruct.target
select $/...*
Thanks in advance for all input.
By lightcube · 2010-12-15
Anubis · 2010-12-17