Node Wrangler: Add support for texturecan texture imports #104442
No reviewers
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#104442
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Walles:johan/no-directx-map"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@brecht added you as a reviewer since you reviewed my previous change on the same topic:
c0a678d368
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
Replaced by #104445 which goes into
blender-v3.5-release
instead.Pull request closed