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-08-16 00:55:38 +0400
committerMartin Poirier <theeth@yahoo.com>2008-08-16 00:55:38 +0400
commitcc3b41b3cd07152ab5f63ea4c6005cc3d11f2d2a (patch)
tree3db41797eb9b3247ccb289a2fc69742d143168f6 /source/blender/blenlib/BLI_graph.h
parent520e52d7d28b4bdb3dc1d3b854fcddcee67bf4f1 (diff)
Better logic to display symmetries
Add option to hide node and arc indexes (for cleaner screenshots)
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 89f21b919e2..59e73004b8b 100644
--- a/source/blender/blenlib/BLI_graph.h
+++ b/source/blender/blenlib/BLI_graph.h
@@ -114,5 +114,6 @@ void BLI_mirrorAlongAxis(float v[3], float center[3], float axis[3]);
#define SYM_SIDE_POSITIVE 1
#define SYM_SIDE_NEGATIVE 2
/* Anything higher is the order in radial symmetry */
+#define SYM_SIDE_RADIAL 3
#endif /*BLI_GRAPH_H_*/