forked from LeenkxTeam/LNXSDK
Update leenkx/blender/lnx/logicnode/physics/LN_add_physics_constraint.py
This commit is contained in:
parent
d994d040ef
commit
72f14f59bf
@ -134,8 +134,8 @@ class AddPhysicsConstraintNode(LnxLogicTreeNode):
|
||||
('Generic Spring', 'Generic Spring', 'Generic Spring')],
|
||||
name='Type', default='Fixed', set=set_enum, get=get_enum)
|
||||
|
||||
def __init__(self):
|
||||
array_nodes[str(id(self))] = self
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(AddPhysicsConstraintNode, self).__init__(*args, **kwargs)
|
||||
|
||||
def lnx_init(self, context):
|
||||
self.add_input('LnxNodeSocketAction', 'In')
|
||||
|
Loading…
x
Reference in New Issue
Block a user