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

Get global rotation of a text layer

Contributor ,
Oct 31, 2024 Oct 31, 2024

Copy link to clipboard

Copied

Hi, could someone suggest a way to get global rotation of a text layer when an animator acts on it? In After Effects, when working with expressions, its boundbox does not work correctly if the layer is rotated by the animator. I want to try to get information through creating a plugin, but I need a kick of help

 
 
 

Harchenko_3-1730387834168.pngexpand image

TOPICS
SDK

Views

195
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 ,
Oct 31, 2024 Oct 31, 2024

Copy link to clipboard

Copied

Unless you want to re-create the entire animator code there's no reliable way. For single words and single animators of course it would be as trivial as adding/ subtracting the animator value from the layer rotation, but anything beyond that gets infinitely complicated. There is no way to access the internal calculations and fetch the actual information.

 

Mylenium

Votes

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
Contributor ,
Oct 31, 2024 Oct 31, 2024

Copy link to clipboard

Copied

I just want to clarify to be 100% sure that this is not possible.
Are you a C++ plugin developer for After Effects?

Votes

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 ,
Nov 01, 2024 Nov 01, 2024

Copy link to clipboard

Copied

LATEST

There are no SDK hooks for any of that and that settles that. The only info you have is the outlines of the text via the AEGP_TextLayerSuite1 and the layer bounding box via the normal AEGP suites.

 

Mylenium

Votes

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