Skip to content

skillor/blender-render-api

Repository files navigation

Blender Renderer Python

Readme for the PyPi Package is here: README_PACKAGE.md

Docs

API-Documentation can be found here: https://skillor.github.io/blender-render-api/

Installation

All settings can be overwritten with environment variables with the same name.

Run as Docker container

with port and API KEY

docker run --rm -d -p 8000:80 --env API_KEYS=123qwe skillor/blender-render-api

docker image can be found here: https://hub.docker.com/r/skillor/blender-render-api

Setup in Unix

Install Blender

Install API requirements

pip3 install -r requirements_api.txt

Copy "settings_example.py" to "settings.py"

cp settings_example.py settings.py

Edit your settings.py

Start the server

python3 -m uvicorn main:app --host 0.0.0.0 --port 8000 --log-level warning

About

Python API to render your Blender file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •