-
Notifications
You must be signed in to change notification settings - Fork 36
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
Nuke: Camera product type loaded is not updating - OP-7973 #12
Merged
jakubjezek001
merged 40 commits into
develop
from
bugfix/OP-7973_camera-product-type-loaded-is-not-updating
Feb 9, 2024
Merged
Nuke: Camera product type loaded is not updating - OP-7973 #12
jakubjezek001
merged 40 commits into
develop
from
bugfix/OP-7973_camera-product-type-loaded-is-not-updating
Feb 9, 2024
Conversation
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
- Refactored the code to filter tracks based on their kind being "Video" - Added a comment to clarify the purpose of media_data variable - Added a comment to explain setting track name - Removed an unnecessary blank line
- renaming variable to specify correctly value type - Added a condition in `collect_shot_instances.py` to check if the parent kind is "Video" before collecting shot instances.
Special get_qt_app is used instead of shared get_openpype_qt_app as we don't want to set application icon.
This commit adds a new settings category for the Tray Publisher plugin in order to organize its configuration options more effectively.
…ing-settings-category TrayPublisher: adding settings category to base creator classes
Fusion: Use better resolution of Ayon apps on 4k display
Publisher window as dialog
…d-audio-track Traypublisher: editorial avoid audio tracks processing
…ion_error_raising Publisher: Show message with error on action failure
…n (#6204) * OP-8130 - After Effects added flag to force values from Asset to composition during creation This allows controlling setting of values (resolution, duration) from Asset (DB) to the created instance. Default is to set it automatically. * OP-8130 - Ayon version of Settings for AE creator
…ugin Unreal: Update plugin commit
…-is-not-updating # Conflicts: # .github/ISSUE_TEMPLATE/bug_report.yml # client/ayon_core/hosts/aftereffects/plugins/create/create_render.py # client/ayon_core/hosts/fusion/api/menu.py # client/ayon_core/tools/utils/__init__.py # client/ayon_core/tools/utils/lib.py # openpype/hosts/unreal/integration # openpype/settings/entities/schemas/projects_schema/schema_project_aftereffects.json # openpype/version.py # server_addon/aftereffects/server/settings/creator_plugins.py
jakubjezek001
approved these changes
Feb 9, 2024
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.
lgtm
jakubjezek001
deleted the
bugfix/OP-7973_camera-product-type-loaded-is-not-updating
branch
February 9, 2024 15:01
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changelog Description
AYON-core port of ynput/OpenPype#6184