Filtering sockets
#5002
-
Not an issue. Just to ask, how do you filter the sockets that appear in the type menu in group nodes? |
Beta Was this translation helpful? Give feedback.
Answered by
Durman
Oct 2, 2023
Replies: 1 comment 2 replies
-
Lines 266 to 270 in d0d5217 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can only guess. Blender does something with Python classes and they loose their hierarchy. So you can make isinstance test with exact class, not with its ancestor.