EyeonTips:Script/General Concepts/Creating Tools and Modifiers

From VFXPedia

< EyeonTips:Script
Revision as of 17:57, 12 November 2011 by Tilt (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • 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.