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
Custom nodes not appearing on the add menu after being imported
Description:
I was trying to code some custom OSC nodes to connect UPBGE to puredata (we were previously using python scripts with brick nodes, but that wasn't flexible enough or welcoming to beginners). But nothings seems to be working? Even the templates don't work.
If you try to import them they give "TypeError: Cannot create a consistent method resolution order (MRO)". Removing "bpy.types.nodes" from the class declaration fixes the issue, but still nothing happens and they don't appear anywhere? Is there some other way to add nodes?
Version:
UPBGE: 0.36
Logic Nodes: 2.3
Problem:
Custom nodes not appearing on the add menu after being imported
Description:
I was trying to code some custom OSC nodes to connect UPBGE to puredata (we were previously using python scripts with brick nodes, but that wasn't flexible enough or welcoming to beginners). But nothings seems to be working? Even the templates don't work.
If you try to import them they give "TypeError: Cannot create a consistent method resolution order (MRO)". Removing "bpy.types.nodes" from the class declaration fixes the issue, but still nothing happens and they don't appear anywhere? Is there some other way to add nodes?
Code:
The text was updated successfully, but these errors were encountered: