Hiding subprograms from menu and search #1710
harisreedhar
started this conversation in
Ideas
Replies: 1 comment 11 replies
-
What if we put subprograms in a sub-menu instead? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently animation nodes shows every subprograms in the menu and search. Which makes menu cluttered and less accessible.
It would be nice to have an option to hide. I have a simple solution for it by hiding the name starts with an
"__"
and making it only accessible through invoke subprogram node.Beta Was this translation helpful? Give feedback.
All reactions