From c0f2e97a5019357b0995134fe2a727186aa2937c Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 17 Jun 2017 14:38:31 -0400 Subject: [PATCH] Fix swim current python nodes oversight --- korman/nodes/node_python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")