EyeonTips:Script/General Concepts/Creating Tools and Modifiers
From VFXPedia
- In Python, you can't just call BezierSpline() or Offset() to create an unconnected modifier. Instead, use composition.AddTool() or a tool's AddModifier() function which connects the new modifier to an input automatically. Of course, both can be used in LUA as well.