Skip to content
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

Color Management Issue #8

Open
AlexeyAdamitsky opened this issue Jan 3, 2023 · 2 comments
Open

Color Management Issue #8

AlexeyAdamitsky opened this issue Jan 3, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@AlexeyAdamitsky
Copy link

AlexeyAdamitsky commented Jan 3, 2023

DeepBump (v4) doesn't work if you run a different color management config. In my case I'm using AgX config from EaryChow.

I'm getting this error:
Ki724DLDnR

I'm not sure if this is possible, but it would be great if you could use color roles instead of explicit "Non-Color" color setting. This way what color config a users uses won't matter as long as the config is properly setup.

@Bighsoony
Copy link

To solve your issue you have to add "Non-Color" option by adding it in to the config.ocio file. Open it as a note or TextEdit if you're using mac.

Screen Shot 2023-01-22 at 4 39 21 AM

Under the colorspaces line add:

Screen Shot 2023-01-22 at 4 26 37 AM

  • !
    name: Non-Color
    family: raw
    description: |
    Color space used for images which contains non-color data (i.e. normal maps)
    equalitygroup:
    bitdepth: 32f
    isdata: true

    This option is from the default config.ocio file after adding that restart Blender and it should work correctly.
    Good luck.

@AlexeyAdamitsky
Copy link
Author

Thanks for the suggestion. It's a solution for sure. But it's not a great one because it'll essentially create a duplicate or RAW color space role but called differently. The best approach would be for the addon developer to support color space roles and not just the names. Because names can vary but roles are more permanent and future-proof for OCIO changes in Blender.

@HugoTini HugoTini added the enhancement New feature or request label Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants