[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16493] branches/harmonic-skeleton/source/ blender/src/autoarmature.c: Fix bug with multires arc marking ( used for flagging arcs as used)

Martin Poirier theeth at yahoo.com
Fri Sep 12 22:00:05 CEST 2008


Revision: 16493
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16493
Author:   theeth
Date:     2008-09-12 22:00:05 +0200 (Fri, 12 Sep 2008)

Log Message:
-----------
Fix bug with multires arc marking (used for flagging arcs as used)

Modified Paths:
--------------
    branches/harmonic-skeleton/source/blender/src/autoarmature.c

Modified: branches/harmonic-skeleton/source/blender/src/autoarmature.c
===================================================================
--- branches/harmonic-skeleton/source/blender/src/autoarmature.c	2008-09-12 16:06:17 UTC (rev 16492)
+++ branches/harmonic-skeleton/source/blender/src/autoarmature.c	2008-09-12 20:00:05 UTC (rev 16493)
@@ -2608,7 +2608,7 @@
 		{
 			earc->flag = ARC_TAKEN;
 			
-			if (earc->tail != start_earc->tail)
+			if (earc->tail->index != start_earc->tail->index)
 			{
 				markMultiResolutionChildArc(earc->tail, earc->tail);
 			}





More information about the Bf-blender-cvs mailing list