A project done at EF to generate 3D furniture models
Find a file
2017-10-24 21:25:37 +01:00
src Add fill lamp. 2017-10-24 21:25:37 +01:00
test Add fill lamp. 2017-10-24 21:25:37 +01:00
Dockerfile Update README and Dockerfile to reflect interface changes. 2017-10-23 12:54:11 +01:00
README.md Update README and Dockerfile to reflect interface changes. 2017-10-23 12:54:11 +01:00

gen-backend

Requirements:

docker pull jmsgrogan/python-generator

Launch:

blender --background --python generate_shape.py -- '{"shape":"cone", "output":"test456"}'
blender --background --python apply_texture.py -- '{"shape":"cone", "output":"test456", "height":"1.0", "radius":"1.0"}'
blender --background --python final_render.py -- '{"shape":"cone", "output":"test456", "height":"1.0", "radius":"1.0", "color":"[244,123,123]"}'