Fixes T75393 by accessing the Principled BSDF by name, instead of assuming that it's the node with index 1.
Details
Details
Diff Detail
Diff Detail
- Repository
- rBA Blender Add-ons
- Branch
- 2020-04-04-fix-archipack-thumb-material
- Build Status
Buildable 7461 Build 7461: arc lint + arc unit
Event Timeline
Comment Actions
Would iterate over nodes and retrieve by type instead,
as nodes names depends on translation.
eg Ukrain BSDF node name -> 'Принципове BSDF'
Comment Actions
- Find the Principled BSDF by type instead of name, which would cause problems with internationalization