further updates to colorspace#38
Open
ssvfx41 wants to merge 158 commits intoshotgunsoftware:masterfrom
ssvfx41:dduffy-dev
Open
further updates to colorspace#38ssvfx41 wants to merge 158 commits intoshotgunsoftware:masterfrom ssvfx41:dduffy-dev
ssvfx41 wants to merge 158 commits intoshotgunsoftware:masterfrom
ssvfx41:dduffy-dev
Conversation
Reverted Precomp/Element versioning
try function to catch the autocrop - DPX non option
updated for roto/cleanup linear EXRs
cleanup of fileset and colorspace
Cleanup of new Roto Version
Ocio dev - color_space section needs testsing across projects
latest ocio setup - ready for testing on projects
Ocio dev
color space fix - test for global color settings
cleanup of color space settings
fixed project crop issue
fixed non-Version proj_reformat
#BUG Can't swap between asset/shot contexts
added STMap
updated to pick up from the Project page
| for profile_name in profile_list: | ||
| # add to toolbar menu | ||
| cb_fn = lambda pn=profile_name: self.__write_node_handler.create_new_node(pn) | ||
| cb_fn = lambda pn=profile_name,wt=write_type: self.__write_node_handler.create_new_node(pn,wt) |
There was a problem hiding this comment.
do not assign a lambda expression, use a def
missing whitespace after ','
| for profile_name in self.__write_node_handler.profile_names: | ||
| write_type = "Version" | ||
| profile_list = [] | ||
| write_node_icon = os.path.join(self.disk_location, "resources", "tk2_write.png").replace("\\","/") |
update for colorspace
hard-code
fixed roto issue
cleanup - delivery off by default
setting rgb and taking out BB specs
fix for dpx
update to project format
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 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.
No description provided.