diff --git a/korman/nodes/node_responder.py b/korman/nodes/node_responder.py index 8c12fc7..7976d6e 100644 --- a/korman/nodes/node_responder.py +++ b/korman/nodes/node_responder.py @@ -68,9 +68,9 @@ class PlasmaResponderNode(PlasmaVersionedNode, bpy.types.Node): "spawn_empty": True, }, - # This version of the states socket has been deprecated. - # We need to be able to track 1 socket -> 1 state to manage - # responder state IDs + # This version of the states socket has been deprecated. + # We need to be able to track 1 socket -> 1 state to manage + # responder state IDs "states": { "text": "States", "type": "PlasmaRespStateSocket", @@ -241,6 +241,7 @@ class PlasmaResponderStateNode(PlasmaNodeBase, bpy.types.Node): } output_sockets = { + # This socket has been deprecated. # While this is deprecated I might aswell also convert it. "cmds": { "text": "Commands", diff --git a/korman/nodes/node_softvolume.py b/korman/nodes/node_softvolume.py index 68713fa..71ceb84 100644 --- a/korman/nodes/node_softvolume.py +++ b/korman/nodes/node_softvolume.py @@ -109,6 +109,7 @@ class PlasmaSoftVolumeInvertNode(PlasmaNodeBase, bpy.types.Node): bl_idname = "PlasmaSoftVolumeInvertNode" bl_label = "Soft Volume Invert" + # The only difference between this and PlasmaSoftVolumeLinkNode is this can only have ONE input input_sockets: dict[str, dict[str, str]] = { "properties": { "text": "Properties",