Blender Git Commit Log
Git Commits -> Revision 404e59c
Revision 404e59c by Antonio Vazquez (master) January 20, 2017, 15:49 (GMT) |
D1873: Customize style for animation motion paths New options to define the style of the animation paths in order to get better visibility in complex scenes. Now is possible define the color, thickness and several options relative to the style of the lines used to draw motion path. |
Commit Details:
Full Hash: 404e59c842fe04630dc4173e774443887d7a3cb0
Parent Commit: 1ad04c7
Lines Changed: +216, -63
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_animviz.py (+12, -0) (Diff)
/source/blender/blenkernel/intern/anim.c (+9, -1) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+30, -0) (Diff)
/source/blender/editors/space_view3d/drawanimviz.c (+130, -60) (Diff)
/source/blender/makesdna/DNA_action_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_animviz.c (+28, -1) (Diff)
/source/blender/blenkernel/intern/anim.c (+9, -1) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+30, -0) (Diff)
/source/blender/editors/space_view3d/drawanimviz.c (+130, -60) (Diff)
/source/blender/makesdna/DNA_action_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_animviz.c (+28, -1) (Diff)