Blender Git Loki

Git Commits -> Revision 624e93b

Revision 624e93b by Alexander Gavrilov (master)
April 23, 2019, 10:45 (GMT)
B-Bones: split the Scale In/Out properties into X and Y values.

As far as I can tell, there is no technical reason why the B-Bone
segment thickness scaling can't be separated into two axes. The
only downside is the increase in complexity of the B-Bone settings,
but this is inevitable due to the increase in flexibility.

Updating the file is somewhat complicated though, because F-Curves
and drivers have to be duplicated and updated to the new names.

Reviewers: campbellbarton

Subscribers: icappiello, jpbouza

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

Commit Details:

Full Hash: 624e93bbef8a8a34be822c1a98df131439c32788
Parent Commit: c043ab1
Lines Changed: +231, -60

17 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_bone.py (+6, -2) (Diff)
/source/blender/blenkernel/BKE_armature.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/action.c (+8, -4) (Diff)
/source/blender/blenkernel/intern/armature.c (+26, -12) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+4, -4) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+97, -0) (Diff)
/source/blender/draw/intern/draw_armature.c (+5, -2) (Diff)
/source/blender/editors/armature/armature_add.c (+8, -4) (Diff)
/source/blender/editors/armature/armature_intern.h (+2, -1) (Diff)
/source/blender/editors/armature/armature_utils.c (+8, -4) (Diff)
/source/blender/editors/armature/pose_transform.c (+12, -7) (Diff)
/source/blender/editors/armature/pose_utils.c (+8, -4) (Diff)
/source/blender/editors/include/ED_armature.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_action_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_armature_types.h (+2, -1) (Diff)
/source/blender/makesdna/intern/dna_rename_defs.h (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+36, -12) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021