Last active
January 29, 2023 09:41
-
-
Save animoplex/01de80e8a9d8f8cd3e24b2b640967f4c to your computer and use it in GitHub Desktop.
3D to 2D Position - After Effects Expression by Animoplex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 3D to 2D Position - Created by Animoplex: www.animoplex.com | |
// Give 2D effects or properties the ability to use 3D positioning in After Effects. | |
// toComp is a layer space transform method that transforms values from a layer space to a composition space. | |
// Full Tutorial: https://www.youtube.com/watch?v=FVrgLK6Zovw&t=268s | |
src = thisComp.layer('Layer 1'); | |
src.toComp([0,0,0]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment