# gen-backend Requirements: ```bash docker pull jmsgrogan/python-generator ``` Launch: ```bash 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]"}' ```