Two-way Variables #99434
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
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/flamenco#99434
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
To support mixed-platform render farms, Flamenco v2 has two-way variables. These need to be reintroduced to Flamenco v3.
These two-way variables effectively replace a path prefix with another one. Here is an example:
RENDER
/render/flamenco
R:\flamenco
/Volumes/render/flamenco
This is what a typical flow would look like:
R:\flamenco\Sprites\shot_010_0003\######.png
{RENDER}\Sprites\shot_010_0003\######.png
/render/Sprites/shot_010_0003/######.png
NOTE: The variable replacement (
func (c *Conf) ExpandVariables(...)
needs to go through multiple iterations, to make sure that, for example, the implicitly defined{jobs}
variable gets the path replacements applied as well.I'm not 100% sure whether this should be a Flamenco v3.0 target. On one hand it's an important feature for mixed-platform render farms. On the other hand, it's hard to explain this feature easily, and there are no sensible defaults (except an empty list of path replacement variables).
Changed status from 'Needs Triage' to: 'Confirmed'
Added subscriber: @dr.sybren
Added subscriber: @underdoeg-4
Added subscriber: @Eliot-Mack
Path Replacement Variablesto Two-way VariablesThis issue was referenced by
11a352968a
Changed status from 'Confirmed' to: 'Resolved'