-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ProcGenMod is clashing with Sverchok "search" #27
Comments
This is the description of nodes in the Sverchok search menu (after hovering on a selection). It probably calls this method on all node classes irrespective of node type, thus generating error when it encounters one of the ProcGenMod classes as none of its nodes have a method named "get_shorthand()". I can fix this error simply by creating a method of the same name in the base class and have it return an empty string, but that would result in Sverchok addon recognizing ProcGenMod's nodes as its own and probably listing them in its search menu. Alternatively, I can edit the sverchok code and generate a PR to avoid this error. |
Changed the node category identifier in v2.0.1 (commit: 7a18803). Please let me know if it's clashing with Sverchok still. |
still clashing |
I tested just now with 2.79, the clashing was happening the other day when I already have Sverchok and then install Sorcar. If I add Sverchok while Blender is running with Sorcar, Search in Sverchok works. But I also notice on Mac, there are few Blender versions where Sorcar SEARCH works and not working. Pretty annoying bug there... |
Is this still an issue in the v3? |
Not sure how this can be handled, you might need to talk to SV developers.
But I found that your ProcGenMod is clashing with Sverchok Search.
Also on the other hand, ProcGenMod "search" does not work on Blender version 2.79 latest.
The text was updated successfully, but these errors were encountered: