Fix #108161: Transform affected by off constraints #108217

Merged
YimingWu merged 2 commits from ChengduLittleA/blender:fix-108161 into main 2023-05-30 15:25:15 +02:00

2 Commits

Author SHA1 Message Date
YimingWu a3d3e8da05 clang-format 2023-05-30 21:21:16 +08:00
YimingWu 3b26153202 Fix #108161: Transform affected by off constraints
A missing `CONSTRAINT_OFF` check in `transform_convert.c` causes the
inverse matrix of that constraint to be added on top of the translation,
causing weird translation response in the viewport. Now fixed.
2023-05-30 21:21:16 +08:00