Skip to content

Commit c6b0d1a

Browse files
committed
Fix: Remove Texture invalid subtype of Switch node
1 parent fb9f8b5 commit c6b0d1a

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

source/nodelists/4.1/GeometryNodeTree.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,12 @@
192192
"GeometryNodeSwitch",
193193
{
194194
"subtypes": [
195-
"input_type"
195+
{
196+
"name": "input_type",
197+
"exclude": [
198+
"Texture"
199+
]
200+
}
196201
]
197202
}
198203
],

source/nodelists/4.2/GeometryNodeTree.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,12 @@
203203
"GeometryNodeSwitch",
204204
{
205205
"subtypes": [
206-
"input_type"
206+
{
207+
"name": "input_type",
208+
"exclude": [
209+
"Texture"
210+
]
211+
}
207212
]
208213
}
209214
],

0 commit comments

Comments
 (0)