Skip to main content
fairy_ley
Known Participant
August 9, 2022
Question

Is there a way to link an properties expression into one layer only?

  • August 9, 2022
  • 1 reply
  • 127 views

Hi, I have 30 layers and each layers have it's own position keyframes. I add expression loopOut() for each layers for position properties. Is there a way to link an properties expression into one layer only? so if I want to change the expression, I don't need to change all layers expression one by one.

This topic has been closed for replies.

1 reply

Mylenium
Legend
August 9, 2022

You could try eval() and write the expression as a text string in a separate layer. But generally I consider this bad practice even if a ton of scripts and tools like Mr. Möhl's iExpressions use this hackery just as well...

 

Mylenium