Update leenkx/blender/lnx/logicnode/physics/LN_add_physics_constraint.py
This commit is contained in:
		| @ -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') | ||||
|  | ||||
		Reference in New Issue
	
	Block a user