Skip to main content
Inspiring
October 12, 2022
質問

Get the position value of the 3D layer in the scene's coordinate system.

  • October 12, 2022
  • 返信数 1.
  • 126 ビュー

hi all...

 

The scene has an animated camera and a 3D layer attached to the camera.
Is it possible to get the value of the position of a three-dimensional layer
in the scene coordinate system, for a given animation frame.
Of course, there is a menu item "Convert Expression to Keyframes",
but this is if there is an expression, and if it is not ???

 

link to video...

https://drive.google.com/file/d/16DsL60ebvalzL0Bfj9cqn7PoZdUvh58j/view?usp=sharing

このトピックへの返信は締め切られました。

返信数 1

Mylenium
Legend
October 12, 2022

This is what layer space transforms like toComp() and toWorld() are for.

 

https://helpx.adobe.com/after-effects/using/expression-language-reference.html

 

Mylenium