diff options
Diffstat (limited to 'defines.h')
-rw-r--r-- | defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ typedef uint64 ptrsize; // is there a compiler variable for 32 vs 64 bit like #define MAX_SOURCES 1024 #define MAX_COMPS 1024 #define MAX_MASKS 8 -#define MAX_PROPERTIES_PER_EFFECT 16 +#define MAX_PROPERTIES_PER_EFFECT 80 // Kinda high since we want to support 8 xy points of Curves data across 5 channels. #define MAX_KEYFRAME_BLOCKS 64 #define MAX_KEYFRAMES_PER_BLOCK 32 // max keyframes on a single channel is 2048 |