Blender Git Commit Log
Git Commits -> Revision e71fe92
Revision e71fe92 by Sybren A. Stüvel (master) December 10, 2019, 13:01 (GMT) |
Fix T71609: Resizing bone length to 0 gets it stuck to that size The result of normalising the bone vector wasn't checked, so it resulted in a zero-length vector being multiplied with the desired length. Choosing an arbitrary vector prevents the bone being 'stuck' at zero length. Thanks @mano-wii for the patch. |
Commit Details:
Full Hash: e71fe924c558f7115ac9cdd41d7c4668bc15d308
Parent Commit: daf290d
Lines Changed: +6, -1
1 Modified Path:
/source/blender/makesrna/intern/rna_armature.c (+6, -1) (Diff)