Blender Git Loki

Git Commits -> Revision 61a24c7

Revision 61a24c7 by Alexander Gavrilov (master)
October 4, 2018, 16:55 (GMT)
Move B-Bone custom handle settings to Edit mode.

Custom handle settings actually affect the B-Bone rest shape,
so they should be changed in Edit mode rather than Pose mode.
This is necessary to be able to display the correct rest shape
of the bone in Edit Mode.

Also, instead of flags, introduce an enum to specify the handle
operation modes, so that new ones could be added later.

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

Commit Details:

Full Hash: 61a24c799b2882c22a43591138a113d7f09be0ed
Parent Commit: 6932eaa
Lines Changed: +287, -69

15 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_bone.py (+20, -15) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/action.c (+0, -2) (Diff)
/source/blender/blenkernel/intern/armature.c (+36, -14) (Diff)
/source/blender/blenloader/intern/readfile.c (+4, -1) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+49, -0) (Diff)
/source/blender/editors/armature/armature_add.c (+16, -0) (Diff)
/source/blender/editors/armature/armature_intern.h (+1, -1) (Diff)
/source/blender/editors/armature/armature_utils.c (+57, -3) (Diff)
/source/blender/editors/armature/editarmature_retarget.c (+2, -2) (Diff)
/source/blender/editors/include/ED_armature.h (+5, -0) (Diff)
/source/blender/makesdna/DNA_action_types.h (+4, -2) (Diff)
/source/blender/makesdna/DNA_armature_types.h (+11, -2) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+79, -0) (Diff)
/source/blender/makesrna/intern/rna_pose.c (+2, -26) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021