[Bf-blender-cvs] [83afc4e1a25] tmp-b28-motionpath-drawing: Draw motionpaths with thicker lines by default - Now 2px thick

Joshua Leung noreply at git.blender.org
Fri Jun 1 14:01:45 CEST 2018


Commit: 83afc4e1a255c2db58b2f547919ae0046300c6f0
Author: Joshua Leung
Date:   Fri Jun 1 13:56:58 2018 +0200
Branches: tmp-b28-motionpath-drawing
https://developer.blender.org/rB83afc4e1a255c2db58b2f547919ae0046300c6f0

Draw motionpaths with thicker lines by default - Now 2px thick

===================================================================

M	source/blender/blenkernel/intern/anim.c

===================================================================

diff --git a/source/blender/blenkernel/intern/anim.c b/source/blender/blenkernel/intern/anim.c
index 8d420cd2d71..c7730d8877b 100644
--- a/source/blender/blenkernel/intern/anim.c
+++ b/source/blender/blenkernel/intern/anim.c
@@ -244,7 +244,7 @@ bMotionPath *animviz_verify_motionpaths(ReportList *reports, Scene *scene, Objec
 	mpath->color[1] = 0.0;
 	mpath->color[2] = 0.0;
 
-	mpath->line_thickness = 1;
+	mpath->line_thickness = 2;
 	mpath->flag |= MOTIONPATH_FLAG_LINES;  /* draw lines by default */
 
 	/* allocate a cache */



More information about the Bf-blender-cvs mailing list