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: https://projects.blender.org/blender/blender-addons/pulls/105236