Mork74
04-05-2006, 06:15 PM
Hi all,
i'd have a simple question:
how can i access to a morpher channel's controller changing its actual controller (default is float controller) to an other kind through maxscript?
example: i have a ball named ball and a channel named channel01 (index 1) in its morpher modifier.
$ball.morpher is the modifier....
i would like to do something like this (beg you pardon for the orrible sintax, it's just to clarify):
$ball.morpher.channel1.controller = float_reactor ()
this naturally results in an error, what is the correct syntax?
Thank you all
i'd have a simple question:
how can i access to a morpher channel's controller changing its actual controller (default is float controller) to an other kind through maxscript?
example: i have a ball named ball and a channel named channel01 (index 1) in its morpher modifier.
$ball.morpher is the modifier....
i would like to do something like this (beg you pardon for the orrible sintax, it's just to clarify):
$ball.morpher.channel1.controller = float_reactor ()
this naturally results in an error, what is the correct syntax?
Thank you all
