diff --git a/web/project-website/content/third-party-jobs/scene-render-script.md b/web/project-website/content/third-party-jobs/scene-render-script.md new file mode 100644 index 00000000..68c9d576 --- /dev/null +++ b/web/project-website/content/third-party-jobs/scene-render-script.md @@ -0,0 +1,28 @@ +--- +title: Scene Render Script +weight: 10 +--- + +*Job type documented and maintained by: [Counter LLC](https://madebycounter.com/)* + +*Source code available at: [github.com/madebycounter/flamenco-scene-render](https://github.com/madebycounter/flamenco-scene-render/)* + +{{< hint >}} + +This is a community-made job type. It may not reflect the same design as the +rest of Flamenco, as it was made for a specific person to solve a specific need. + +{{< /hint >}} + + +This job type extends the built-in Simple Blender Render to allow for scene selection. +This is useful if you wish to queue up multiple renders of different scenes from the +same blend file. + +## Usage + +1. Download [scene_render.js](https://raw.githubusercontent.com/madebycounter/flamenco-scene-render/main/scene_render.js) +2. Copy `scene_render.js` to the scripts folder in your Flamenco manager installation (or create it if it doesn't exist). +3. Refresh your job types in the Flamenco Blender plugin and select "Simple Scene Render" +4. Adjust the scene value to meet needs (automatically set to the current scene). +5. Submit your job to Flamenco \ No newline at end of file