From 0bb7ddad97fccc7f746a744760f281125482603a Mon Sep 17 00:00:00 2001 From: Miika Hamalainen Date: Sun, 28 Aug 2011 16:36:47 +0000 Subject: Dynamic Paint: * Added option to preview surface wetmap instead of paint. * Changed default paint color to blue for better visibility. * Fix: Random sized particles didn't work anymore. * Fix: Particle initial velocity issues when using canvas substeps and a particle brush. --- source/blender/makesdna/DNA_object_force.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna/DNA_object_force.h') diff --git a/source/blender/makesdna/DNA_object_force.h b/source/blender/makesdna/DNA_object_force.h index 41ca6ff3042..e2c98b75a57 100644 --- a/source/blender/makesdna/DNA_object_force.h +++ b/source/blender/makesdna/DNA_object_force.h @@ -400,6 +400,7 @@ typedef struct SoftBody { #define PTCACHE_IGNORE_LIBPATH 2048 /* high resolution cache is saved for smoke for backwards compatibility, so set this flag to know it's a "fake" cache */ #define PTCACHE_FAKE_SMOKE (1<<12) +#define PTCACHE_IGNORE_CLEAR (1<<13) /* PTCACHE_OUTDATED + PTCACHE_FRAMES_SKIPPED */ #define PTCACHE_REDO_NEEDED 258 -- cgit v1.2.3