Blender Git Commit Log

Git Commits -> Revision 9a646b6

Revision 9a646b6 by Antonio Vazquez (master)
August 30, 2018, 10:23 (GMT)
GP: New Armature modifier and tools to handle weights

This commit adds a new armature modifier for grease pencil. The deformations are done reusing the mesh deform routines.

There is also a new operator in weight paint mode to help the artist to generate weights base on armatures. This operator is required because 2D animation workflow is not equal to meshes when parent an object to armatures.

In the drawing engine has been added the option to handle the Fade object parameter used in armatures to see the strokes while move the bones.

When rename bones, all related data of grease pencil is renamed too. This not only affect new armature code, but also layers parented and hook modifiers.

Thanks @aligorith for his review and help.

Commit Details:

Full Hash: 9a646b6a2060dbc3b2f4031f7933842c597d0716
Parent Commit: 9d00b0f
Lines Changed: +1113, -19

2 Added Paths:

/source/blender/editors/gpencil/gpencil_armature.c (+677, -0) (View)
/source/blender/gpencil_modifiers/intern/MOD_gpencilarmature.c (+205, -0) (View)

21 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_modifier.py (+23, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+16, -1) (Diff)
/source/blender/blenkernel/BKE_lattice.h (+3, -1) (Diff)
/source/blender/blenkernel/intern/armature.c (+10, -4) (Diff)
/source/blender/blenkernel/intern/gpencil_modifier.c (+4, -3) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_utils.c (+15, -4) (Diff)
/source/blender/editors/armature/armature_naming.c (+43, -0) (Diff)
/source/blender/editors/gpencil/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+3, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+2, -0) (Diff)
/source/blender/editors/include/ED_gpencil.h (+9, -0) (Diff)
/source/blender/editors/object/object_relations.c (+18, -0) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+3, -0) (Diff)
/source/blender/gpencil_modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/gpencil_modifiers/intern/MOD_gpencil_util.c (+1, -0) (Diff)
/source/blender/gpencil_modifiers/MOD_gpencil_modifiertypes.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_gpencil_modifier_types.h (+11, -0) (Diff)
/source/blender/makesrna/intern/rna_gpencil_modifier.c (+60, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+2, -2) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -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