I have a scrip that simply makes a new Comp and then saves it. Running this in Fusion as single Lua lines works fine.
Code: Select all
comp = fu:NewComp()
filename = 'C:\\Users\\julian\\Desktop\\test.comp'
comp:Save(filename)
Fusion exists as a function, a call to Fusion() returns null (since Fusion is not running I presume.)
If fuscript needs fusion to work then what's the point of fuscript? I more inclined to believe I'm missing something and there is away to do this without a UI.