Bend SpaceWrap bug...

Hi there
I'm trying to make a rig FFD with Bend spaceWrap, but in bend spacewrap, angle parameter is not accessible throw maxscript.
With this code:
$bend001.angle.controller = bezier_float()

Must add new bezier float to bend angle controller, but it's not possible.
With macrorecorder it showed like this:
$.bendangle.controller = bezier_float()

Unfortunately this is not working too. It even could not be wire parameter too.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
3dline's picture

solved

any way I solved it this way...

$bend001[4][5]

can access to angle parameter and

$bend001[4][5].controller

can now be asigned to bezier float.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.