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

[FEATURE]: Generate .gif animation files #481

Closed
MarwinNumbers opened this issue Feb 13, 2022 · 1 comment
Closed

[FEATURE]: Generate .gif animation files #481

MarwinNumbers opened this issue Feb 13, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@MarwinNumbers
Copy link
Contributor

Is your feature request related to a problem? Please describe.
As I worked through the examples, I quickly came to the point where I wrote a short script to generate .gif animation files out of sample collections. That was very helpful to gain intuition for the multiple parameters you can adjust and what the whole pipeline is about. The motivation raised primarily from the advertising animation of the home page, since it was the first goal in the walk-through to get close to advertised promise.

Besides gaining intuition and testing settings, it is also a great format to use later on for presentations, since the file handling is extremely easy and highly compatible with most types of media.

Describe the solution you'd like
It would be great if there is simple one line statement to write the .png files from the render process straight to the gif files, since it took me for each setting unnecessary minutes to extract the hdf5 containers and then run my additional script.

Additional context
To give a better idea what I have done externally, here are some examples. At one, you can see tests for camera positions and light, in the other the adjustment of the depth field.
Depth_Field

Animation

@MarwinNumbers MarwinNumbers added the enhancement New feature or request label Feb 13, 2022
@themasterlink
Copy link
Contributor

Hey,

I like the idea. We should integrate this.

Best,
Max

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

No branches or pull requests

2 participants