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

Feat: Blender Builder for 3d file #246

Open
inkhey opened this issue Jun 28, 2021 · 0 comments
Open

Feat: Blender Builder for 3d file #246

inkhey opened this issue Jun 28, 2021 · 0 comments
Labels
builder new or improved existing builders enhancement

Comments

@inkhey
Copy link
Contributor

inkhey commented Jun 28, 2021

Feature description and goals

Using bpy to generate render of 3d file using either evee (better result) or workbench (better speed) permit to generate proper render of 3d file. It permit to support blender file and problably other 3d format too.

bpy is needed instead of just blender cli as we do need:

  • number of frame (to support animation too)
  • adapt width and height of preview generated to not generate too big preview.
  • Force naming of the file created

Note: bpy seems to require specific environnement to run, it won't run on debian unstable/python 3.9.

Prerequisites

see this Poc using the blander command line: 2de9914

@inkhey inkhey added enhancement builder new or improved existing builders labels Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
builder new or improved existing builders enhancement
Projects
None yet
Development

No branches or pull requests

1 participant