Update leenkx/blender/lnx/logicnode/physics/LN_physics_constraint.py
This commit is contained in:
parent
72f14f59bf
commit
7960ca94a6
@ -48,7 +48,8 @@ class PhysicsConstraintNode(LnxLogicTreeNode):
|
||||
update=update_spring
|
||||
)
|
||||
|
||||
def __init__(self):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(PhysicsConstraintNode, self).__init__(*args, **kwargs)
|
||||
array_nodes[str(id(self))] = self
|
||||
|
||||
def lnx_init(self, context):
|
||||
|
Loading…
x
Reference in New Issue
Block a user