diff --git a/korman/nodes/node_python.py b/korman/nodes/node_python.py index 1938e9e..0e6307d 100644 --- a/korman/nodes/node_python.py +++ b/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):