From cc3b41b3cd07152ab5f63ea4c6005cc3d11f2d2a Mon Sep 17 00:00:00 2001 From: Martin Poirier Date: Fri, 15 Aug 2008 20:55:38 +0000 Subject: Better logic to display symmetries Add option to hide node and arc indexes (for cleaner screenshots) --- 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 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_*/ -- cgit v1.2.3