Skip to content

Instantly share code, notes, and snippets.

@theycallmeloki
Created March 31, 2022 12:45
Show Gist options
  • Save theycallmeloki/920d24dd0a7e0ef8ec1e63b1f1095e17 to your computer and use it in GitHub Desktop.
Save theycallmeloki/920d24dd0a7e0ef8ec1e63b1f1095e17 to your computer and use it in GitHub Desktop.
simple-blender-renderer - renderer.json
{
"pipeline": {
"name": "renderer"
},
"input": {
"cross": [
{
"pfs": {
"glob": "/*",
"repo": "blends"
}
},
{
"pfs": {
"glob": "/*/*",
"repo": "splitter"
}
}
]
},
"transform": {
"cmd": ["python3", "/render.py", "blends", "splitter"],
"image": "laneone/simple-distributed-blender-renderer"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment