Add rendering pipeline

Add render script that renders all of the bottles into the graphics
directory.
This commit is contained in:
Hornwitser 2019-12-05 22:56:16 +01:00
parent b02e943171
commit aa61ba5b69
10 changed files with 43 additions and 0 deletions

2
render.cmd Normal file
View file

@ -0,0 +1,2 @@
REM Pass the path to blender as the first argument
%1 --background --python-exit-code 1 model.blend --python render.py