EyeonTips:Script/Tutorials

From VFXPedia

< EyeonTips:Script
Revision as of 14:49, 29 December 2013 by Tilt (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
I Am Fusion - Scripting 101

Why do stuff manually when scripts could do the work for you? This tutorial gets you started with Fusion scripting in Lua. It covers creating and connecting tools, setting their input values and some file name handling. Watch it on YouTube.


Stefan Ihringer's scripting 102 covers a rewrite of the Bake Animation tool script in Python. Topics include: OOP, inputs, attributes and keyframes. Watch it on YouTube. The finished script can be found in the Useful Scripts section.