Implement Texture Asset Color Space 1.1 revision#16
Open
doug-walker wants to merge 2 commits into
Open
Conversation
Signed-off-by: Doug Walker <doug.walker@autodesk.com>
Signed-off-by: Doug Walker <doug.walker@autodesk.com>
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.
The following updates are made:
The addition of "g24_rec709_scene" is to respond to the fact that it has recently been added to OpenUSD.
While not currently listed as one of the allowed MaterialX color spaces on the main documentation page, "rec709_display" (which is mathematically equivalent) does appear in other areas of the documentation and historically was one of the allowed color spaces. It is currently supported by both the MaterialX default color manager and OCIO color manager (if using the built-in OCIO configs, which already contain this color space). Hence, it will likely need to be supported indefinitely for backwards compatibility.
While a gamma 2.4 Rec.709 scene-referred space is not widely used, or even recommended, the fact that OpenUSD and MaterialX may produce files tagged with that, implies that it needs to be in the CIF recommendation since it will be an interop problem otherwise.