Floating_Inkpot
05-17-2009, 09:16 PM
Hello,
I have create a new Track view node with this command :
NewTrackViewNode "MyTVNode"
Under this one i created some controllers :
addtrackViewController trackviewnodes.MyTVNode MyController "MyControllerName"
So in the trackview i have this arborescence :
--MyTVNode
...|
...-- MyControllerName01
...-- MyControllerName02
...-- etc...
What i want to do is change the Name of the controller, and i can't find access to that.
I can only get the maxobject wich is represented by the name "MyControllerName01"
I thought that this would give a result but no ;)
Trackviewnodes.MyTVNode.MyControllerName01.name = "MyNewName"
and it logically returns :
-- Unknown property: "name" in Controller:Boolean_Controller
because there is no name property for a controller. but there is a name pointing to that controller, wich is visible in the trackview and wich gives acces to that controller , like a variable... how could i change it or at least get the name of it ?
Thanks for your help,
I have create a new Track view node with this command :
NewTrackViewNode "MyTVNode"
Under this one i created some controllers :
addtrackViewController trackviewnodes.MyTVNode MyController "MyControllerName"
So in the trackview i have this arborescence :
--MyTVNode
...|
...-- MyControllerName01
...-- MyControllerName02
...-- etc...
What i want to do is change the Name of the controller, and i can't find access to that.
I can only get the maxobject wich is represented by the name "MyControllerName01"
I thought that this would give a result but no ;)
Trackviewnodes.MyTVNode.MyControllerName01.name = "MyNewName"
and it logically returns :
-- Unknown property: "name" in Controller:Boolean_Controller
because there is no name property for a controller. but there is a name pointing to that controller, wich is visible in the trackview and wich gives acces to that controller , like a variable... how could i change it or at least get the name of it ?
Thanks for your help,
