Blender Git Loki
Git Commits -> Revision ee70349
Revision ee70349 by Philipp Oeser (master) March 3, 2020, 08:48 (GMT) |
Fix bone envelopes displaying wrong when armature is scaled Object Scale was not taken into account. This lead to reports like T74247 where the user scaled the envelope distance and radii to the supposedly right values inthe viewport, but these were actually 'wrong' under the hood. Assigning weights from bone envelopes seemed like it would fail, but this code would actually take the armature scaling into account when checking envelope distance and weight. ref T74247 Maniphest Tasks: T74247 Differential Revision: https://developer.blender.org/D6964 |
Commit Details:
Full Hash: ee7034949fd8a44e906f26cc18bc30af340c2ab9
Parent Commit: d6fd092
Lines Changed: +8, -6
1 Modified Path:
/source/blender/draw/engines/overlay/overlay_armature.c (+8, -6) (Diff)