Files
test2/source/blender/blenkernel
Sybren A. Stüvel 24e57eea43 Fix T82156: Object with constraints translates when parented
Avoid the evaluation of constraints when computing the parent-inverse
matrix.

Constraints are meant to be evaluated last; object transforms are
computed this order:

1. `parent->obmat` (the parent object's world matrix)
2. `ob->parentinv` (the object's parent-inverse matrix)
3. Object's loc/rot/scale
4. Object's constraint evaluation

When the constraints are used to compute the parent-inverse matrix,
their effect is moved from step 4 to step 2 in this list, potentially
rotating or scaling the object's local transform. This causes unwanted
movement as reported in T82156.

Reviewed By: looch

Differential Revision: https://developer.blender.org/D9413
2020-11-27 12:11:43 +01:00
..
2020-10-19 08:12:33 -07:00
2020-11-06 12:32:54 +11:00
2020-09-30 11:51:13 +10:00
2020-10-01 14:29:45 +02:00
2020-10-19 08:12:33 -07:00
2020-09-30 11:51:13 +10:00
2020-11-03 23:59:24 +11:00
2020-08-20 16:09:48 +10:00
2020-09-30 11:51:13 +10:00
2020-10-19 09:11:00 -07:00