[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17006] branches/etch-a-ton/source/blender /src/editarmature_sketch.c: Continuous Embedded Stroke: First point was incorrectly embedded because of missing variable assign.

Martin Poirier theeth at yahoo.com
Fri Oct 10 15:36:05 CEST 2008


Revision: 17006
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=17006
Author:   theeth
Date:     2008-10-10 15:36:05 +0200 (Fri, 10 Oct 2008)

Log Message:
-----------
Continuous Embedded Stroke: First point was incorrectly embedded because of missing variable assign.

Modified Paths:
--------------
    branches/etch-a-ton/source/blender/src/editarmature_sketch.c

Modified: branches/etch-a-ton/source/blender/src/editarmature_sketch.c
===================================================================
--- branches/etch-a-ton/source/blender/src/editarmature_sketch.c	2008-10-10 07:20:42 UTC (rev 17005)
+++ branches/etch-a-ton/source/blender/src/editarmature_sketch.c	2008-10-10 13:36:05 UTC (rev 17006)
@@ -763,6 +763,7 @@
 			if (last_pt == NULL)
 			{
 				VECCOPY(p, vec);
+				dist = 0;
 				break;
 			}
 			





More information about the Bf-blender-cvs mailing list