From 4266129a837e0295b4715b858a89a93f63960b14 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Mon, 11 Nov 2019 13:41:41 -0500 Subject: [PATCH] Fix exclude region Python node linkage. --- korman/nodes/node_logic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/korman/nodes/node_logic.py b/korman/nodes/node_logic.py index fb4de56..1f5ad70 100644 --- a/korman/nodes/node_logic.py +++ b/korman/nodes/node_logic.py @@ -29,7 +29,7 @@ class PlasmaExcludeRegionNode(idprops.IDPropObjectMixin, PlasmaNodeBase, bpy.typ bl_width_default = 195 # ohey, this can be a Python attribute - pl_attribs = {"ptAttribExcludeRegion"} + pl_attrib = {"ptAttribExcludeRegion"} def _get_bounds(self): if self.region_object is not None: