• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

What is the best way to get the anchor point to the center of a line in Video Copilot for Saber?

Community Beginner ,
Jul 06, 2020 Jul 06, 2020

Copy link to clipboard

Copied

I'm trying to make this saber spin from the center while constantly having the anchor point between the two points (Core Start and Core End)

capture-20200706-150639.png

I prefer having to run an expression to do this but if there's another way please let me know!

Thanks in advanced!

 

PS: I'm using this with this current expression:

x1 = effect("Saber")("Core Start")[0]
x2 = effect("Saber")("Core Start")[1]

y1 = effect("Saber")("Core End")[0]
y2 = effect("Saber")("Core End")[1]

transform.anchorPoint([x1/y1], [x2/y2])

With error: "undefined value used in expression (could be an out of range array subscript )"

 

TOPICS
Error or problem , Expressions , How to

Views

281

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 06, 2020 Jul 06, 2020

Copy link to clipboard

Copied

There is no need to address the property stream name. Those are read-only. Simply writing [x1/y1,x2/y2] would be enough.

 

Mylenium

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 07, 2020 Jul 07, 2020

Copy link to clipboard

Copied

LATEST

So what do I need to edit in my expression?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines