Blender Git Commit Log

Git Commits -> Revision d89b65c

Revision d89b65c by Bastien Montagne (master)
October 17, 2019, 09:43 (GMT)
Node shader wrapper: use 'Non-Color' profile for BW textures inputs.

All the single-value texture inputs of Principled BSDF node should use
non-color colorspace profile, not sRGB one (issue raised in
https://blender.stackexchange.com/questions/155617, thanks).

That also revealed another issue - since those color space settings are
stored at the image level itself, not the node one, we need to
duplicate those image data-blocks when we use same picture for e.g. base
color (sRGB) and specular (non-color) inputs...

For now using a basic mechanism for that, might generate several extra,
uneeded copies of the image ID, but that?s better than breaking custom
settings and such.

Note that while this will modify the behavior of the impporters using
that node wrapper, no change should be needed in IO add-ons themselves.

Commit Details:

Full Hash: d89b65cc91a63544168b5330ba1a288f5c826e15
Parent Commit: dffe702
Lines Changed: +15, -1

1 Modified Path:

/release/scripts/modules/bpy_extras/node_shader_utils.py (+15, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021