Last active
September 25, 2025 00:13
-
-
Save 77Z/7274de673588cc81af99d272bfb245e1 to your computer and use it in GitHub Desktop.
JSON for the blender orchestra
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
| { | |
| "orchestratorAddress": "192.168.1.38", | |
| "blenderBinary": "/opt/blender/blender", | |
| "topology": [ | |
| { | |
| "machineName": "framework", | |
| "address": "192.168.1.98" | |
| }, | |
| { | |
| "machineName": "rgbhateclub", | |
| "address": "192.168.1.38" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment