Blender Git Commit Log

Git Commits -> Revision ccda31a

August 26, 2018, 17:39 (GMT)
Redo Armature modifier using standard modules

Now the armature modifier is using the same functions used in Mesh and Lattice armatures and share the same parameters.

This makes the code easy to maintain.

Commit Details:

Full Hash: ccda31aa4829a50c42225e5d07951fbbf3844f8d
Parent Commit: 714a133
Lines Changed: +118, -303

9 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_modifier.py (+19, -1) (Diff)
/source/blender/blenkernel/BKE_lattice.h (+3, -1) (Diff)
/source/blender/blenkernel/intern/armature.c (+10, -4) (Diff)
/source/blender/editors/gpencil/gpencil_armature.c (+2, -0) (Diff)
/source/blender/editors/object/object_relations.c (+3, -6) (Diff)
/source/blender/gpencil_modifiers/intern/MOD_gpencilarmature.c (+35, -284) (Diff)
/source/blender/makesdna/DNA_gpencil_modifier_types.h (+5, -3) (Diff)
/source/blender/makesrna/intern/rna_gpencil_modifier.c (+37, -0) (Diff)
/source/blender/modifiers/intern/MOD_armature.c (+4, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021