- Linking relative objects -
Hi everyone,
Im very new to scripting in max script, as of today!
I am trying to solve a problem that is starting to really bug me, and would make my work flow much quicker.
Could any of you suggest or provide insight or a script that could do the following?
I have 3 groups of objects
Bus_Graphic_01 - Bus_Graphic_110
Bus_Collider_01 - Bus_Collider_110
Bus_Controller_01 - Bus_Controller_110
What I need to do is LINK the objects in the group to the objects in the other groups by their numerical suffix, i.e.
Bus_Controller_01
--> Bus_Collider_01
-->Bus_Graphic_01
Bus_Controller_02
--> Bus_Collider_02
--> Bus_Graphic_02
....
Bus_Controller_110
--> Bus_Collider_110
--> Bus_Graphic_110
Could anyone give me some pointers or even a script (could be paid for) That could do this for me?
Any help would be greatly greatly appreciated!
Kind regards
Chris Bolton
Comments
there you go ... g1 =
there you go ...
my recent MAXScripts RSS (archive here)
example code: -- collect
example code:
result:

my recent MAXScripts RSS (archive here)
Hiya, Thankyou very much for
Hiya,
Thankyou very much for the script! How can I adjust it so that the Bus_Graphic links to the Bus_Collider, and then the Bus_Collider links to the Bus_Controller?
Regards
Chris