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
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.
Aslan Tamjidi