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;
                        }
                        


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to