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


_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to