generated from ynput/ayon-addon-template
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publishing reviewable attributes enhancements #24
Merged
jakubjezek001
merged 14 commits into
develop
from
enhancement/AY-7104_reviewable-flag-distribution
Nov 12, 2024
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
e3342ec
Improving reviewable UX on instances
jakubjezek001 0237f09
collect reviewable flags correctly.
jakubjezek001 9461c2d
Update client/ayon_hiero/plugins/create/create_shot_clip.py
jakubjezek001 62f65d3
WIP on (no branch)
jakubjezek001 0200cda
Update review-related attributes and visibility in plugin code. Fix a…
jakubjezek001 8cbf30c
turning reviewable track into reviewable source
jakubjezek001 c567f53
fixing plate attributes
jakubjezek001 e3c4acc
Refactor review visibility logic in creator attributes
jakubjezek001 a81eb8f
Refactor code to simplify setting visibility of reviewable source.
jakubjezek001 7c69d92
Fix comparison operator for review source in PublishClip class
jakubjezek001 7d4323b
Update source selection tooltip for reviewable files
jakubjezek001 b60aa07
Merge branch 'develop' into enhancement/AY-7104_reviewable-flag-distr…
jakubjezek001 cc94470
Add backward compatibility for reviewableSource (2024.11.08)
jakubjezek001 32799aa
Update reviewable source visibility and disable state based on review…
jakubjezek001 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to be sure, this means we do not want to let the user edit
vSyncOn
andvSyncTrack
on the instance anymore ?I think I still do not get how exactly those 2 features are connected. The way I understood it was:
reviewableSource
+review
: control if a review h264 product gets created through OIIO and FFmpeg along the plate and from which sourcevSyncOn
+vSyncTrack
: define the hero track (main track) to construct a vertical synchronization.. not exactly sure what come after thatThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes this is quite confusing I agree:
vSync attributes does not need to be user editable on instances. Those changes were not propagated anywhere and also this would be quite difficult to prapagate them in first place. It is much more easy if user will recreate those instances from scratch.
Reviewable flaging is now doing following. Review attribute is saying if the plate needs to have acompanied reviwable representation and reviableSource is only saying what should be used for the representation creation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is intentional. It would not make sense to have acctive review attribute with reviewableSource set to '< none >`.