From 7960ca94a632c0d6353435c25e293ec839314f15 Mon Sep 17 00:00:00 2001 From: LeenkxTeam Date: Sun, 6 Apr 2025 10:02:08 +0000 Subject: [PATCH] Update leenkx/blender/lnx/logicnode/physics/LN_physics_constraint.py --- leenkx/blender/lnx/logicnode/physics/LN_physics_constraint.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/leenkx/blender/lnx/logicnode/physics/LN_physics_constraint.py b/leenkx/blender/lnx/logicnode/physics/LN_physics_constraint.py index 052616e..79a9dd3 100644 --- a/leenkx/blender/lnx/logicnode/physics/LN_physics_constraint.py +++ b/leenkx/blender/lnx/logicnode/physics/LN_physics_constraint.py @@ -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):