Skip to main content
Participant
July 9, 2015
質問

Property links vs Relative property links

  • July 9, 2015
  • 返信数 1.
  • 9115 ビュー

Now that "copy with relative property links" is available, in what case would you find using just "copy with property links" beneficial. Wouldn't the relative copy work just the same in all cases?

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

返信数 1

Kinetogenic
Participating Frequently
July 9, 2015

I think an example works best to show this.

Lets say you have CompA that contains LayerA and LayerB, and CompB with LayerA and LayerB.

If you use the "Copy with property links" to grab the position of CompA/LayerA and paste it onto CompB/LayerB it will link to CompA/LayerA.  Its an absolute link.

If you use "Copy with relative property links" to grab the position of CompA/LayerA and paste it onto CompB/LayerB - it will instead link to CompB/LayerA.  Its relative to the comp you are pasting it in so it will look for a layer called LayerA within the current comp, and return an error if one does not exist.  If you look at the expression it writes, you will see it reference "thisComp" rather than the name of the original comp you copied from.

Make sense?

Legend
December 1, 2021

Thank you!