After Effects Expressions Nerd Tip 2: toComp and fromComp (1 minute tutorial)

Published: 07 May 2018
on channel: mamoworld.com
9,616
79

The toComp and fromComp functions of After Effects expressions can be confusing - but they don’t have to be! Watch this 1 minute tutorial to understand how they really work and how to use them. An an example, we link the center of a circle effect on one layer to the center of a circle on a second layer such that they always stay in place no matter how you move, scale or parent any of the two layers.

Expression used in the Tutorial

var posInOrangeLayerSpace = thisComp.layer("orange solid").effect("Circle")("Center");
var posInCompSpace = thisComp.layer("orange solid").toComp(posInOrangeLayerSpace);
var posInGreenLayerSpace = thisLayer.fromComp(posInCompSpace);
posInGreenLayerSpace

To watch all our tutorials before they are published please subscribe to our newsletter at
https://mamoworld.com/subscribe


Watch video After Effects Expressions Nerd Tip 2: toComp and fromComp (1 minute tutorial) online without registration, duration hours minute second in high quality. This video was added by user mamoworld.com 07 May 2018, don't forget to share it with your friends and acquaintances, it has been viewed on our site 9,616 once and liked it 79 people.