Jump to: Board index » General » Fusion

Adding a BezierSpline to the Center of a Transform node

Learn about 3D compositing, animation, broadcast design and VFX workflows.
  • Author
  • Message
Offline

Kuntal Majumder

  • Posts: 36
  • Joined: Fri Jul 29, 2016 3:54 am
  • Location: Agartala, India

Adding a BezierSpline to the Center of a Transform node

PostSat Jun 09, 2018 7:37 pm

The guide says, the syntax is
Code: Select all
Merge1.Blend = BezierSpline({})
and for using it with a point we have to use Path{}, but the above method combined with Path{} results in a
Code: Select all
attempt to call global 'Path' (a nil value)
so I tried using
Code: Select all
transform:AddModifier("Center","BezierSpline")
though it works for numbers it doesn't work for Path, I went through the scripting guide but there was no example which implemented BezierSpline with Path. What would be the proper syntax?
Offline

Kuntal Majumder

  • Posts: 36
  • Joined: Fri Jul 29, 2016 3:54 am
  • Location: Agartala, India

Re: Adding a BezierSpline to the Center of a Transform node

PostSun Jun 10, 2018 12:35 pm

Seems like I was using the wrong modifier I should be using the XYPath Modifier

Code: Select all
transform:AddModifier("Center","XYPath")

Return to Fusion

Who is online

Users browsing this forum: Bing [Bot], KrunoSmithy, Tim Hitchen and 21 guests