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

export gif of rotated 3d model #45

Open
hrgdavor opened this issue Aug 23, 2023 · 2 comments
Open

export gif of rotated 3d model #45

hrgdavor opened this issue Aug 23, 2023 · 2 comments

Comments

@hrgdavor
Copy link
Owner

hrgdavor commented Aug 23, 2023

It is not too difficult, and dependency for that could be loaded on demand.

options:

  • number of frames for full rotation
  • delay between frames
  • resolution
  • background color/transparent

Additionally, maybe also support export separate images in a zip file.

@Hermann-SW
Copy link
Contributor

nice

  • simplest: around an axis, eg. z-axis
  • advanced: provide vector for rotation
  • difficult: provide a time->[x,y,z] function for camera position, and time->camera orientation function

@Hermann-SW
Copy link
Contributor

Hermann-SW commented Feb 4, 2024

another addon in addition to .gif and .zip would be export to .mp4, much more space efficient and has not the GIF 256 colors restriction. That might affect result in case of smooth render and .gif output.

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