diff --git a/korman/nodes/node_python.py b/korman/nodes/node_python.py index e1ced8b..969e853 100644 --- a/korman/nodes/node_python.py +++ b/korman/nodes/node_python.py @@ -425,7 +425,7 @@ class PlasmaAttribObjectNode(PlasmaAttribNodeBase, bpy.types.Node): bl_label = "Object Attribute" pl_attrib = ("ptAttribSceneobject", "ptAttribSceneobjectList", "ptAttribAnimation", - "ptAttribWaveSet") + "ptAttribSwimCurrent", "ptAttribWaveSet") object_name = StringProperty(name="Object", description="Object containing the required data")