Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGermano Cavalcante <germano.costa@ig.com.br>2021-05-24 17:30:44 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2021-05-24 17:39:50 +0300
commit2265104f0b14fa0d6693d881d7e8c1b8c2aa755b (patch)
tree743820262ae522ee1976f1cb8afdc7bd4ff59948 /source/blender/editors/transform/transform_constraints.c
parent197fa644eea0556b918e82df8740f605aef7789d (diff)
Fix (unreported): Automatic transform contraint not being disabled
It does not make sense to maintain automatic constraint selection when you manually set the constraint.
Diffstat (limited to 'source/blender/editors/transform/transform_constraints.c')
-rw-r--r--source/blender/editors/transform/transform_constraints.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/transform/transform_constraints.c b/source/blender/editors/transform/transform_constraints.c
index 7d04086e20d..8c74d5349ba 100644
--- a/source/blender/editors/transform/transform_constraints.c
+++ b/source/blender/editors/transform/transform_constraints.c
@@ -975,7 +975,6 @@ void initSelectConstraint(TransInfo *t)
}
setUserConstraint(t, CON_APPLY | CON_SELECT, "%s");
- setNearestAxis(t);
}
void selectConstraint(TransInfo *t)