Jump to: Board index » General » Fusion

Display X or Y Point Center with a Text+ Tool

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

Alexandre Vaysse

  • Posts: 2
  • Joined: Mon Oct 24, 2016 10:51 pm

Display X or Y Point Center with a Text+ Tool

PostTue Oct 25, 2016 11:23 am

Hello,

I'm trying to display the X Position of a point center using an expression in the tool Text+,
The expression : Text(PolylineStroke3.Point0)

But the result is not really what I have expected.
Result : cdata<struct Point *>: 0x7fd96acdd100

Do you know what should I do to have the X or Y position of this point ?

Thanks you ! :)

Alex
Attachments
TextExpr.jpeg
TextExpr.jpeg (33.31 KiB) Viewed 726 times
Offline
User avatar

michael vorberg

  • Posts: 943
  • Joined: Wed Nov 12, 2014 8:47 pm
  • Location: stuttgart, germany

Re: Display X or Y Point Center with a Text+ Tool

PostWed Oct 26, 2016 9:37 pm

the Center is a point data, so it has 2 components the X and the Y
to get on specific you need to call it:

Code: Select all
Text(PolylineStroke3.Point0.X)
Offline

Alexandre Vaysse

  • Posts: 2
  • Joined: Mon Oct 24, 2016 10:51 pm

Re: Display X or Y Point Center with a Text+ Tool

PostFri Oct 28, 2016 7:58 am

Thank you michael vorberg :)

Return to Fusion

Who is online

Users browsing this forum: Spektra13 and 23 guests