You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: