Browse Source

Fix exclude region Python node linkage.

pull/170/head
Adam Johnson 5 years ago
parent
commit
4266129a83
Signed by: Hoikas
GPG Key ID: 0B6515D6FF6F271E
  1. 2
      korman/nodes/node_logic.py

2
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:

Loading…
Cancel
Save