Browse Source

Fix node class/idname mismatch.

pull/66/head
Joseph Davies 7 years ago
parent
commit
a9e94d8254
Signed by untrusted user: Deledrius
GPG Key ID: 28ACC6E8D2B24B8A
  1. 2
      korman/nodes/node_python.py

2
korman/nodes/node_python.py

@ -372,7 +372,7 @@ class PlasmaAttribBoolNode(PlasmaAttribNodeBase, bpy.types.Node):
class PlasmaAttribNumericNode(PlasmaAttribNodeBase, bpy.types.Node):
bl_category = "PYTHON"
bl_idname = "PlasmaAttribIntNode"
bl_idname = "PlasmaAttribNumericNode"
bl_label = "Numeric Attribute"
def _on_update_int(self, context):

Loading…
Cancel
Save