ScriptSpot

Forum topic · General Scripting

Bend SpaceWrap bug...

By 3dline · 2016-03-11

Description

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 (1)

solved

3dline · 2016-03-13

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.