Created
March 31, 2022 12:45
-
-
Save theycallmeloki/920d24dd0a7e0ef8ec1e63b1f1095e17 to your computer and use it in GitHub Desktop.
simple-blender-renderer - renderer.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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