Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Optionally add task to subset name #656

Closed
mkolar opened this issue Oct 20, 2020 · 2 comments
Closed

Optionally add task to subset name #656

mkolar opened this issue Oct 20, 2020 · 2 comments
Assignees
Labels
sponsored Client endorsed or requested type: enhancement Enhancements to existing functionality

Comments

@mkolar
Copy link
Member

mkolar commented Oct 20, 2020

We are currently adding task name to subset name only for renders, to make sure we prevent any overwriting and mixing up. While modelling subset will look like this modelMain, modelBroken , modelHires; published renders look like this renderLighitngMain, renderLightingBG , renderCompositingMain,

From user feedback it is clear that there are more scenarios where embedding task name into a subset is desirable so we should allow for this behaviour across the board, rather than treating renders as something speciall.

Proposal
Add new option to settings when the user could map which families should have task added to the subset name automatically
This needs to be filterable based on host, task, family for now.

Ideally we should also make it possible to choose whether to fill in Task name, task type or task short code, considering we can work with them now.

@mkolar mkolar added the type: enhancement Enhancements to existing functionality label Oct 20, 2020
@mkolar
Copy link
Member Author

mkolar commented Feb 24, 2021

Maybe we could make work the same as anatomy, using the same keys to define subset names for various families.

Example, where userInput is taken from the user filled subset name in the creator

"subsets":
    "render": "{family}{task[code]}{userInput}"
    "animation": "{family}{task[type]}{userInput}"
    "image": "{family}{task[name]}{userInput}"

another studio might want to remove the family from the name altogether, which would effectively allow switching to more of a linear, task based workflow.

"subsets":
    "render": "{task[name]}{userInput}"
    "animation": "{task[name]}{userInput}"
    "image": "{task[name]}{userInput}"

@mkolar mkolar added sponsored Client endorsed or requested HIGH labels Feb 24, 2021
@iLLiCiTiT iLLiCiTiT self-assigned this Feb 25, 2021
@create-issue-branch
Copy link

Branch feature/656-optionally-add-task-to-subset-name created!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
sponsored Client endorsed or requested type: enhancement Enhancements to existing functionality
Projects
None yet
Development

No branches or pull requests

2 participants