Added scene-specific third party job type to website #104297
No reviewers
Labels
No Label
Good First Issue
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Job Type
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/flamenco#104297
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "william-at-counter/flamenco:scene-render-script"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Please write a description of what this PR does. This description is not just for me personally, but also for others who are interested in the project, or who go through the project history to get more info about decision processes.
Thanks for the PR. I've left some inline notes.
@ -0,0 +1,28 @@
---
title: Scene Render Script
The title is a bit too generic, as pretty much any script that renders any blend file can be called "scene render script".
@ -0,0 +5,4 @@
*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/)*
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:
@ -0,0 +15,4 @@
{{< /hint >}}
This job type extends the built-in Simple Blender Render to allow for scene selection.
Please make
the built-in Simple Blender Render
a link to the actual built-in script.@ -0,0 +22,4 @@
## 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).
scripts
should be in backticks here, as it refers to a literal directory name, and is not a general description.@ -0,0 +23,4 @@
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"
Blender has no "plugins", but "add-ons".
@ -0,0 +24,4 @@
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).
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?
Closing due to inactivity of the PR author.
This is now built into Flamenco (
6841a99a90
).Pull request closed