Thu Mar 09, 2017 1:41 pm
Hi I am trying to get the position of an object in the flow and I am following Fusion 8 script manual
flow = comp.CurrentFrame.FlowView
==flow:GetPos(Blur1)
and I get this error:
[string "???"]:2: attempt to index global 'flow' (a nil value)
I also get a nil value when using ==comp.CurrentFrame.FlowView, tried to find attributes in ==comp.CurrentFrame:GetAttrs() and gives me an empty table. Tried this on both lua and py and still gives me the same error.
Could you please help me?
thank you