Blender Git Commit Log

Git Commits -> Revision 25bd9fe

Revision 25bd9fe by Alexander Gavrilov (master)
October 5, 2018, 17:19 (GMT)
Add a new B-Bone Custom Handle type that uses the handle bone direction.

Both original handle types are based on location, and Absolute uses it
in a weird way: the Start handle uses the head, while End uses the tail.

This makes controlling the shape of the B-Bone via control bone rotation
really non-intuitive, especially if trying to add a single control for
the tangent in the middle of a B-Bone chain.

To remedy this, add a new custom handle type that uses the orientation
of the control bone, while completely ignoring location. It is even
possible to control both ends of one B-Bone with the same handle bone,
resulting in an S shape.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D3769

Commit Details:

Full Hash: 25bd9feadb36053bdef938b52f77caf0a34016ad
Parent Commit: 6723e17
Lines Changed: +36, -2

4 Modified Paths:

/source/blender/blenkernel/intern/armature.c (+23, -2) (Diff)
/source/blender/draw/intern/draw_armature.c (+11, -0) (Diff)
/source/blender/makesdna/DNA_armature_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021