This repository was archived by the owner on Sep 20, 2024. It is now read-only.
Nuke: Change context label enhancement#5887
Merged
Conversation
18 tasks
jakubjezek001
approved these changes
Nov 16, 2023
Member
jakubjezek001
left a comment
There was a problem hiding this comment.
It works and looks the same as before.
Tested in OpenPype and Ayon. But folder path was not reflected in the label since the implementation is not part of this codespace.
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Use QAction to change label of context label in Nuke pipeline menu.
Additional info
This is preparation for #5817 where asset in context will contain slashes, which nuke converts into submenus when
addCommandis used. That was modified. Returned object fromaddCommandshould haveaction()method which returnsQActionobject on which is possible to callsetTextto change the label.Added skip of change label function if in nuke assist.
Testing notes:
Test this PR in oldest possible nuke we should support.