This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel/intern
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-11-25 11:19:28 +01:00
2020-10-19 08:12:33 -07:00
2020-10-22 17:07:56 +11:00
2020-11-01 21:10:36 +01:00
2020-11-06 12:32:54 +11:00
2020-09-09 15:43:27 +02:00
2020-11-06 12:32:54 +11:00
2020-11-06 12:32:54 +11:00
2020-09-09 16:36:57 +02:00
2020-11-06 12:32:54 +11:00
2020-10-14 15:12:40 +11:00
2020-11-18 15:39:43 +01:00
2020-11-06 12:32:54 +11:00
2020-11-16 16:48:41 +11:00
2020-09-09 16:36:57 +02:00
2020-11-06 12:32:54 +11:00
2020-09-24 14:27:48 +10:00
2020-11-20 11:39:22 +11:00
2020-11-06 12:32:54 +11:00
2020-11-04 00:04:15 +01:00
2020-11-17 11:01:28 +01:00
2020-08-08 13:38:00 +10:00
2020-10-19 08:12:33 -07:00
2020-10-22 17:08:37 -04:00
2020-11-16 16:48:41 +11:00
2020-10-11 13:00:49 -04:00
2020-11-06 12:32:54 +11:00
2020-11-06 12:32:54 +11:00
2020-11-06 12:50:03 -06:00