How to disable a constraint programmatically?
I have two constraints, that the priority of one depends for the other. As far as I know the constraints priority can’t
The constraints have a boolean property called active so if you want to disable a constraint you can easily call it:
active
constraint_A.active = false