Blender Kitsu: fix episode's sequence creation #202

Merged
Nick Alberelli merged 2 commits from slumber/blender-studio-pipeline:fix-episode-sequence-creation into main 2024-01-16 17:41:37 +01:00
Contributor

A small fix to expose episode related sequences creation.

A small fix to expose episode related sequences creation.
Swann Martinez added 2 commits 2024-01-15 14:59:06 +01:00
Nick Alberelli reviewed 2024-01-15 15:57:58 +01:00
Nick Alberelli left a comment
Member

Thank you for this contribution! I have given it a test, but it appears that you need to set the active Episode for the push to work correctly, from a UX standpoint there is no episode active selector in the" Submit New Sequence" Operator Pop-Up. I am working on a PR that updates the UI for selecting active Episode/Sequence/Shot etc. Once that PR is merged, you can re-use the core functions in context/core.py to draw that UI element.

I will follow up on this to request the changes once that PR is merged! Thanks again for your contribution.

Thank you for this contribution! I have given it a test, but it appears that you need to set the active Episode for the push to work correctly, from a UX standpoint there is no episode active selector in the" Submit New Sequence" Operator Pop-Up. I am working on a [PR](https://projects.blender.org/studio/blender-studio-pipeline/pulls/187) that updates the UI for selecting active Episode/Sequence/Shot etc. Once that PR is merged, you can re-use the core functions in [`context/core.py`](https://projects.blender.org/studio/blender-studio-pipeline/pulls/187/files#diff-0e145619628c024d17aeaabfcfde1a2b1614075c) to draw that UI element. I will follow up on this to request the changes once that PR is merged! Thanks again for your contribution.
Author
Contributor

Thank you for this contribution! I have given it a test, but it appears that you need to set the active Episode for the push to work correctly, from a UX standpoint there is no episode active selector in the" Submit New Sequence" Operator Pop-Up. I am working on a PR that updates the UI for selecting active Episode/Sequence/Shot etc. Once that PR is merged, you can re-use the core functions in context/core.py to draw that UI element.

I will follow up on this to request the changes once that PR is merged! Thanks again for your contribution.

Thanks for the quick answer ! I'll do the requested changes as soon as you merge you PR 🙂

In our current use, the active Episode is set from the episode selector in the context menu (using "edit" category), it is the wrong way to do it ? 🤔

> Thank you for this contribution! I have given it a test, but it appears that you need to set the active Episode for the push to work correctly, from a UX standpoint there is no episode active selector in the" Submit New Sequence" Operator Pop-Up. I am working on a [PR](https://projects.blender.org/studio/blender-studio-pipeline/pulls/187) that updates the UI for selecting active Episode/Sequence/Shot etc. Once that PR is merged, you can re-use the core functions in [`context/core.py`](https://projects.blender.org/studio/blender-studio-pipeline/pulls/187/files#diff-0e145619628c024d17aeaabfcfde1a2b1614075c) to draw that UI element. > > I will follow up on this to request the changes once that PR is merged! Thanks again for your contribution. Thanks for the quick answer ! I'll do the requested changes as soon as you merge you PR 🙂 In our current use, the active Episode is set from the episode selector in the context menu (using "edit" category), it is the wrong way to do it ? 🤔
Member

Thanks for the quick answer ! I'll do the requested changes as soon as you merge you PR 🙂

In our current use, the active Episode is set from the episode selector in the context menu (using "edit" category), it is the wrong way to do it ? 🤔

@slumber Actually no changes are needed, episodes was a recent addition so I forgot the episode select was already drawn there by the context menu, and it didn't appear in my inital test due to an error in my Kitsu Test Server. Thanks for pointing that out, I have tested it again and I did get the correct UX.

Will merge, thank you for your contribution.

> > Thanks for the quick answer ! I'll do the requested changes as soon as you merge you PR 🙂 > > In our current use, the active Episode is set from the episode selector in the context menu (using "edit" category), it is the wrong way to do it ? 🤔 @slumber Actually no changes are needed, episodes was a recent addition so I forgot the episode select was already drawn there by the context menu, and it didn't appear in my inital test due to an error in my Kitsu Test Server. Thanks for pointing that out, I have tested it again and I did get the correct UX. Will merge, thank you for your contribution.
Nick Alberelli merged commit 156294e73a into main 2024-01-16 17:41:37 +01:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/blender-studio-tools#202
No description provided.