Skip to main content
Participant
March 20, 2024
Question

Inheriting properties after un-parenting?

  • March 20, 2024
  • 2 replies
  • 470 views

Basically, let's say i have 5 layers, all PNGs, with different sizes.

 

I have animated Layer 1, and then parented layers 2-5 to Layer 1, so that they move in the same way. I want to now unparent Layers 2-5, but have them keep the same animation properties, so that it looks the same as when they were parented to Layer 1.


I'm not sure how to do this, I think it should be simple, but it's not as simple as, say, creating keyframes in the children at the same marks as the parent, then unparenting.

 

If anyone has an idea on how to achieve this, it'd be super helpful 🙂 

This topic has been closed for replies.

2 replies

Mylenium
Legend
March 21, 2024

Apply a dummy expression:

 

position+thisComp.layer("Parent").transform.position

 

and use the Expression to Keyframes keyframe assistant.

 

Mylenium

Mylenium
Legend
March 20, 2024

Anything from expressions to baking keyframes, but it's really not clear what you are trying to achieve. Why would you even unparent if it gives the result you want?

 

Mylenium

Participant
March 21, 2024

"Baking keyframes" is not something I've heard of before, but sounds like what I'm trying to achieve.

Normally I would just leave it, but the file format I'm exporting as doesn't recognise parented footage as linked, and so when viewed, the parent is moving as normal, and the children are completely idle ahaha. So if I can get the other files to move in-step with the Layer 1 after unparenting, without manually keyframing everything, it'd be sick.