Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Essential graphics variable change not picked up by bodymovin #144

Open
Bjorninn1 opened this issue Feb 19, 2023 · 7 comments
Open

Essential graphics variable change not picked up by bodymovin #144

Bjorninn1 opened this issue Feb 19, 2023 · 7 comments

Comments

@Bjorninn1
Copy link

I have a Composition1 and inside it there is a Composition2 with essential graphics variables to change colors. So in Composition1 I have a color control that sends color changes down to Composition2 using these essential graphics variables. But when exporting using Bodymovin these color changes are not being shown. I have "use composition names as ids", "guides" and "hidden" checked. Any idea how to get this to work?

@bodymovin
Copy link
Owner

Hi, essential graphics is not supported yet by bodymovin, but it will be available soon

@Bjorninn1
Copy link
Author

Hi, essential graphics is not supported yet by bodymovin, but it will be available soon

Great, just let me know if I can help. I already have the code running locally and could possibly contribute.

@bodymovin
Copy link
Owner

Essential properties are supported in version 5.11.0
There might be some features not yet working because it has a lot of use cases.
But if you give it a try, please let me know how it goes.

@Bjorninn1
Copy link
Author

Great to hear, well done!
I installed the newest version and did the following:

  1. Created a composition Rectangle with a rectangle inside it. Added the position of the rectangle to Essential Graphics.
  2. Created a composition Parent and dragged the Rectangle composition into it.
  3. Created a null object in Parent and connected the essential property of Rectangle by using the whip to the position of the null object.

Now when moving the null object around the rectangle moves through Essential Graphics. So I added keyframes to the position of the null object to make it move.

But unfortunately when exporting and playing the animation it plays without movements.

The settings I used are: Hidden, Guides, Convert expressions to keyframes, Use composition names as ids and Export essential properties.

Should I set the settings differently or are there only some other properties supported at the moment?

@bodymovin
Copy link
Owner

can you share the .aep so I can take a look?

@Bjorninn1
Copy link
Author

Sure, here is a zip file with aep inside.
RectangleAndParent.aep.zip

@Bjorninn1
Copy link
Author

can you share the .aep so I can take a look?

did you manage to look at the AE project or was the issue fixed at some point?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants