Added scene-specific third party job type to website #104297
@ -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/)*
|
||||
Sybren A. Stüvel
commented
It's nice to have a link to your github repo here. I think it'll be better to do that in the form of diverting bug reports there, something like:
It's nice to have a link to your github repo here. I think it'll be better to do that in the form of diverting bug reports there, something like:
```markdown
*Job type documented and maintained by [Counter LLC](https://madebycounter.com/). Please report any issues at [the Counter LLC Github project](https://github.com/madebycounter/flamenco-scene-render/issues).*
```
|
||||
|
||||
{{< 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.
|
||||
Sybren A. Stüvel
commented
Please make Please make `the built-in Simple Blender Render` a link to the actual built-in script.
|
||||
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).
|
||||
Sybren A. Stüvel
commented
`scripts` should be in backticks here, as it refers to a literal directory name, and is not a general description.
|
||||
3. Refresh your job types in the Flamenco Blender plugin and select "Simple Scene Render"
|
||||
Sybren A. Stüvel
commented
Blender has no "plugins", but "add-ons". Blender has no "plugins", but "add-ons".
|
||||
4. Adjust the scene value to meet needs (automatically set to the current scene).
|
||||
Sybren A. Stüvel
commented
Quote the word "scene" and capitalise it, to make it clearer that this is the actual name of the setting, and not a general description.
This is too vague, as you wouldn't know what those needs are until you know what the setting does. Does this give you a drop-down of the scenes in the current file? Do you need to enter the name yourself? Quote the word "scene" and capitalise it, to make it clearer that this is the actual name of the setting, and not a general description.
> to meet needs
This is too vague, as you wouldn't know what those needs are until you know what the setting does. Does this give you a drop-down of the scenes in the current file? Do you need to enter the name yourself?
|
||||
5. Submit your job to Flamenco
|
Loading…
Reference in New Issue
Block a user
The title is a bit too generic, as pretty much any script that renders any blend file can be called "scene render script".