From f6d13664a7bf4f4613ffe9f41d6d7ece7cd5126f Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sat, 25 Aug 2007 21:15:55 +0000 Subject: Add #define to disable "test" LPE's (bzr r3583) --- src/live_effects/effect.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/live_effects/effect.h') diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h index 6af44b7e1..37e87a7a6 100644 --- a/src/live_effects/effect.h +++ b/src/live_effects/effect.h @@ -19,6 +19,8 @@ #define LPE_CONVERSION_TOLERANCE 0.01 // FIXME: find good solution for this. +//#define LPE_ENABLE_TEST_EFFECTS + struct SPShape; struct SPDocument; class NArtBpath; @@ -40,8 +42,10 @@ namespace LivePathEffect { enum EffectType { SKELETAL_STROKES = 0, +#ifdef LPE_ENABLE_TEST_EFFECTS SLANT, DOEFFECTSTACK_TEST, +#endif GEARS, INVALID_LPE // This must be last }; -- cgit v1.2.3