A project done at EF to generate 3D furniture models
src | ||
test | ||
Dockerfile | ||
README.md |
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]"}'