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