Page 1 of 1

Animate property within layer1 with an animation in layer2 ?

Posted: 08 Aug 2016, 10:41
by stephan
How To ?
Greets, Stephan

Re: Animate property within layer1 with an animation in laye

Posted: 08 Aug 2016, 14:14
by Daniel Willer
The question is not how but why?
Animating a property of a Hierarchy Container inside another Hierarchy Container in V4 or V5?

The only moment when it gets annoying is during porting a V4 to a V5 project and we constantly try to improve that.

Regards
Daniel

Re: Animate property within layer1 with an animation in laye

Posted: 08 Aug 2016, 16:24
by stephan
To assign one of these wonderful new effects to dedicated objects I have to place each object on a separate layer. For example bluring text headline without bluring the whole layer.
Layer-crossed properties animation only works with main animation, is that right?

Greets, Stephan

Re: Animate property within layer1 with an animation in laye

Posted: 08 Aug 2016, 16:57
by ErikB
Main animation is the easiest, of course. You also can expose out and back in, connecting the layers. Or you can go over the scene data. The only thing is that with the latter two, you need to use a variable node connected to the animation node so that you have the expose/binding capability. Or or animate locally in the layer and expose and connect the control of that local animation to the 'master' animation in the other layer.

Not elegant, by any means, but it works.

Re: Animate property within layer1 with an animation in laye

Posted: 08 Aug 2016, 17:24
by stephan
Yes Erik,
connecting animation-controls to main animation is my solution for now.
Thanks for reading my posting :)

Stephan