blender-addons/node_wrangler
Damien Picard bed1754543 Fix: Node Wrangler: non-color bump and normal in principled setup
Commit d50d3f2734 allowed the use of both bump and normal maps when
using Node Wrangler's Principled Setup. However it made those textures
use the default color space instead of Non-Color, which should be used
for data maps.

The bug was introduced because bump and normal maps were handled as
part of regular textures, for which the Non-Color space is assigned
based on name. The change led to them being extracted to their own
block, but the color space assignment was omitted.

Pull Request: #105236
2024-03-14 15:25:00 +01:00
..
utils Node Wrangler: make check for empty node tree consider the edit tree 2024-02-07 23:49:53 +01:00
__init__.py Node Wrangler: make users of GN node groups independant 2024-02-12 11:18:56 +01:00
interface.py Node Wrangler: Add more specific poll methods 2024-02-03 15:15:53 +01:00
operators.py Fix: Node Wrangler: non-color bump and normal in principled setup 2024-03-14 15:25:00 +01:00
preferences.py Node Wrangler: Remove Switch Type operator 2023-10-31 16:18:09 +01:00
README.md Node Wrangler: refactor by splitting the script into several files 2023-03-05 12:05:11 +01:00

Running Tests

./utils/paths_test.py