-
Notifications
You must be signed in to change notification settings - Fork 10
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
image_texture node Colorspace UI enhacement #43
Comments
Hey @kubo-von I have only very recently started building with OCIO after fixing a linker issue so I'm glad this does work with the right strings! :) The GafferArnold implementation I think also suffers from this issue with aiImage nodes, I'm curious to see what happens there, but I can imagine just making an enum list of strings that gets generated from some listing from OCIO would be the way to go. Btw out of the box Gaffer comes with the config here: |
Haha, ok so I'm digging into it while its still fresh from the oven :D Arnold seems to have the same thing indeed,but it seems it has just three hardcoded values "linear, srgb and rec709" I wish I could be of more help, but my programming skills don't go beyond Python. Can only provide test data and bug reports/cheeky enhancement suggestions. I'm testing features I use in other renderes now and trying to convert some of my personal projects to gaffer now. |
Yep keep the test scenes coming I want to fix these issues so that a polished feature-complete release can be made (good timing as Gaffer 0.56.x is near as well as Blender 2.82 with a stable Cycles release). Cheers |
Alright so actually after learning more about Gaffer (Why are the resources like the Gaffer blog so hard to find ? :D )
It'd be still handy to have a comboBox for this, I'll dig into it more. |
Whoa that's pretty cool! You should share that approach on the Gaffer forums so it benefits Arnold and other renderers which could use this. |
Sadly it does not really work for Arnold, it seems they have just 2 hardcoded values there. |
hi, thank you @kubo-von for the preset menu, helps a lot ! |
Hey @Kaiz3rTool |
@kubo-von yes, i try to render in acesCG, |
Hey @boberfly,
This is more of a enhacement suggestion.
First I though that the colorspaces are not working
but after playing with the image_texture node for little I found that typing in the values exactly the same way as in Blender works eg:
sRGB
Non-Color
or if OCIO is set to ACES
Utility - Linear - sRGB
srgb_texture
etc..
It would be more handy to have a drop down menu so one does not have to remember and type these.
Although for ACES the colorspace should be filtered a little bit, not like blender currently has it, which is rather chaotic i dare to say:
The text was updated successfully, but these errors were encountered: