This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO:root:Ungrouping Node Group: OWM: Unpack PBR V2 at level 1 | |
INFO:root:Ungrouping Node Group: OWM: Unpack Blue Channel at level 1 | |
INFO:root:Ungrouping Node Group: OWM: Mix Normals at level 2 | |
INFO:root:Ungrouping Node Group: OWM: Normal Blend at level 1 | |
INFO:root:Ungrouping Node Group: OWM: Multiply Color Mask at level 2 | |
INFO:root:Ungrouping Node Group: OWM: Separate Color Mask at level 2 | |
INFO:root:Ungrouping Node Group: OWM: Multiply Color Mask at level 2 | |
INFO:root:Ungrouping Node Group: OWM: Blend Detail at level 2 | |
INFO:root:Ungrouping Node Group: OWM: Blend Detail at level 2 | |
INFO:root:Ungrouping Node Group: OWM: Blend Detail at level 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bl_info = { | |
"name": "Ungrouper", | |
"author": "Claw256", | |
"version": (1, 0), | |
"blender": (3, 1, 0), | |
"location": "View3D > Sidebar > Ungrouper Tab", | |
"description": "Ungroups nested Shader Node Groups from materials recursively", | |
"category": "Object", | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Mappings": { | |
"3335614873": { | |
"colorSockets": [ | |
"AO" | |
], | |
"sRGB": false, | |
"alphaSockets": [], | |
"readableName": "AO" | |
}, |