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:
authorJoseph Brandenburg <TheAngerSpecialist>2020-10-27 14:03:44 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-10-27 14:03:49 +0300
commit4846342b95cd3a8c12250f742f64c844dbe10c73 (patch)
tree9123803afad3d6744f3825de5a9ad66a9715a9d3 /intern/ghost
parent4b188bb08cf5aaae3c68ab57bbcfa037eef1ac10 (diff)
Negate Shear in Copy Rotationtemp-D8915-copy-rotation-remove-sheer
This patch negates the effects of shear in the Copy Rotation constraint, which causes incorrect results and even flipping on rare occasions. Here is the bug report associated with the issue: T80970 This bug report has an example of the problem in a .blend file. This patch will change existing .blend files if a copy rotation constraint is used with a target that has shearing -- instead of pointing in the "wrong" direction (due to the shear), the constrained object will copy the final rotation of the target, with the shearing applied. Proposed Solution: Correct the matrix of the constraint target for shear. Limitations of proposed solution: - It's conceivable that someone has used the "incorrect behaviour" in a rig... although I doubt this. It may be necessary to create an "allow shear" checkbox that is disabled by default to maintain the legacy behaviour. No UI changes are needed for this patch :) Differential Revision: https://developer.blender.org/D8915
Diffstat (limited to 'intern/ghost')
0 files changed, 0 insertions, 0 deletions