You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case, I just want to "fill up" the Index Switch and have more "add items" to the strings, how is the easiest way to do this without having to create and connect lots of String node?
I am using Blender 4.1 and Geometry Script addon.
I wonder why the code below does not work?
In case, I just want to "fill up" the Index Switch and have more "add items" to the strings, how is the easiest way to do this without having to create and connect lots of String node?
BELOW FAILED:
blah = index_switch(data_type = "STRING", index = 1, 0 = "apple", 1 = "banana")
blah = index_switch(data_type = "STRING", index = 1, inputs[1] = "apple", inputs[2] = "banana")
FULL CODE BELOW FAILED:
The text was updated successfully, but these errors were encountered: