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')], |                  ('Generic Spring', 'Generic Spring', 'Generic Spring')], | ||||||
|         name='Type', default='Fixed', set=set_enum, get=get_enum) |         name='Type', default='Fixed', set=set_enum, get=get_enum) | ||||||
|  |  | ||||||
|     def __init__(self): |     def __init__(self, *args, **kwargs): | ||||||
|         array_nodes[str(id(self))] = self |         super(AddPhysicsConstraintNode, self).__init__(*args, **kwargs) | ||||||
|  |  | ||||||
|     def lnx_init(self, context): |     def lnx_init(self, context): | ||||||
|         self.add_input('LnxNodeSocketAction', 'In') |         self.add_input('LnxNodeSocketAction', 'In') | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user