Page 1 of 1

Nested Object tags

Posted: Mon Aug 10, 2015 2:43 pm
by ratata
Looks like Child object tags don't prioritize over parent ones anymore,
I am animating general visibility (on a tag) on a parent object, and same for a child object (on a tag) and it looks like child objects tag gets ignored and only parents object tag is taken into consideration.

Resend only updated objects with manual or auto

2.24.0 R1 R16 win

Re: Nested Object tags

Posted: Mon Aug 10, 2015 2:56 pm
by aoktar
I see. But not as you think. It's ignoring the opacity if it's inherited opacity not 1.0. I think i did a logical mistake on last versions. If you made opacity=1 in parent, it will work.

I'll check for replacing with a better logic. As a temporarily workflow, you can set opacity with display tag on childs.

Re: Nested Object tags

Posted: Mon Aug 10, 2015 3:15 pm
by ratata
Oh ok, actually I preferred how it behaved before, it seemed absolute to me =)

Thanks for clarification.