Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Poirier <theeth@yahoo.com>2008-07-03 01:36:45 +0400
committerMartin Poirier <theeth@yahoo.com>2008-07-03 01:36:45 +0400
commitd350e272e7f732bac32bdda5fadf406dc864853e (patch)
tree2025338485c8f7d1fdbfdccab88d2a2437ccd5d0 /source/blender/blenlib/BLI_graph.h
parent829b2668c50dec713fdb31ee2e3fc8f7658a68d3 (diff)
Remove some debugging prints
Better symmetry detection using subtree shapes instead of depth Fix the bug with flipping arcs caused by internal filtering
Diffstat (limited to 'source/blender/blenlib/BLI_graph.h')
-rw-r--r--source/blender/blenlib/BLI_graph.h1
1 files changed, 1 insertions, 0 deletions
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);