Node Wrangler: Add support for texturecan texture imports #104442

Closed
Johan Walles wants to merge 2 commits from Walles:johan/no-directx-map into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Contributor

Fix for Node Wrangler's "Add Principled Setup".

Before this change, if you tried to "Add Principled Setup" for this material, Node Wrangler used metal_0010_normal_directx_1k.png for the normal map.

That's a bad choice however, since Blender wants OpenGL style normal maps.

With this change in place, "Add Principled Setup" now correctly picks metal_0010_normal_opengl_1k.png for the normal map.

Additionally, this change adds a (very) short README with instructions for how to run the Node Wrangler tests.

Fix for Node Wrangler's "Add Principled Setup". Before this change, if you tried to "Add Principled Setup" for [this material](https://www.texturecan.com/details/67/), Node Wrangler used `metal_0010_normal_directx_1k.png` for the normal map. That's a bad choice however, since Blender wants OpenGL style normal maps. With this change in place, "Add Principled Setup" now correctly picks `metal_0010_normal_opengl_1k.png` for the normal map. Additionally, this change adds a (very) short README with instructions for how to run the Node Wrangler tests.
Johan Walles added 2 commits 2023-02-27 06:25:26 +01:00
Johan Walles requested review from Brecht Van Lommel 2023-02-27 06:25:57 +01:00
Author
Contributor

@brecht added you as a reviewer since you reviewed my previous change on the same topic: c0a678d368

@brecht added you as a reviewer since you reviewed my previous change on the same topic: c0a678d3686a591eb3041cc72b60aec2857d389a
Brecht Van Lommel approved these changes 2023-02-27 11:02:06 +01:00

This looks good, but also would make sense as a bugfix for Blender 3.5.

If you think that makes sense, you can use these instructions to retarget this branch to blender-v3.5-release.
https://wiki.blender.org/wiki/Tools/Pull_Requests#Rebasing_a_Pull_Request

This looks good, but also would make sense as a bugfix for Blender 3.5. If you think that makes sense, you can use these instructions to retarget this branch to `blender-v3.5-release`. https://wiki.blender.org/wiki/Tools/Pull_Requests#Rebasing_a_Pull_Request
Author
Contributor

Replaced by #104445 which goes into blender-v3.5-release instead.

Replaced by #104445 which goes into `blender-v3.5-release` instead.
Johan Walles closed this pull request 2023-02-27 17:39:26 +01:00
Johan Walles deleted branch johan/no-directx-map 2023-02-27 18:36:47 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#104442
No description provided.