Is it possible to change a node name and not wreck workflows? #1640
Unanswered
tusharbhutt
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm the author of the subpar Endless Nodes and I have a question for the Python experts
I have come to the realization that my node names are toooooooo long, and I have shortened them in
NODE_CLASS_MAPPINGS
However, that wrecks any saved workflows using the old names. I've tried mapping the new name and old names to the same python
class
snippet, but that just doubles that number of nodes I have in the menu. Is there any way to do what I am hoping to do, or do I just bite the bullet and rename?Beta Was this translation helpful? Give feedback.
All reactions