From d350e272e7f732bac32bdda5fadf406dc864853e Mon Sep 17 00:00:00 2001 From: Martin Poirier Date: Wed, 2 Jul 2008 21:36:45 +0000 Subject: Remove some debugging prints Better symmetry detection using subtree shapes instead of depth Fix the bug with flipping arcs caused by internal filtering --- source/blender/blenlib/BLI_graph.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenlib/BLI_graph.h') diff --git a/source/blender/blenlib/BLI_graph.h b/source/blender/blenlib/BLI_graph.h index b1e4a9fec75..44131fbbff8 100644 --- a/source/blender/blenlib/BLI_graph.h +++ b/source/blender/blenlib/BLI_graph.h @@ -72,6 +72,7 @@ void BLI_flagArcs(BGraph *graph, int flag); int BLI_hasAdjacencyList(BGraph *rg); void BLI_buildAdjacencyList(BGraph *rg); +void BLI_rebuildAdjacencyList(BGraph* rg); void BLI_freeAdjacencyList(BGraph *rg); int BLI_FlagSubgraphs(BGraph *graph); -- cgit v1.2.3