From 3de22dec26606c2c526f7193db038fa5125f9b03 Mon Sep 17 00:00:00 2001 From: Miika Hamalainen Date: Thu, 16 Jun 2011 10:41:00 +0000 Subject: Dynamic Paint: Committed changes from previous weeks, biggest changes are: * Canvas can now have multiple "surfaces" that each can have specific format, type and settings. * Renewed UI to support this new system. * Aside from old "image sequence" output format, Dynamic Paint can now work on vertex level as well. Currently vertex paint and displace are supported. * Integrated vertex level painting with Point Cache. * Added viewport preview for Point Cache surfaces. Due to massive amount of changes, old Dynamic Paint saves are no longer supported. Also some features are temporarily missing or may not work properly. --- 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 37568a22f54..009894faa6a 100644 --- a/source/blender/makesdna/DNA_object_force.h +++ b/source/blender/makesdna/DNA_object_force.h @@ -137,6 +137,7 @@ typedef struct EffectorWeights { #define BPHYS_DATA_VELOCITY 2 #define BPHYS_DATA_SMOKE_HIGH 2 #define BPHYS_DATA_ROTATION 3 +#define BPHYS_DATA_DYNAMICPAINT 3 #define BPHYS_DATA_AVELOCITY 4 /* used for particles */ #define BPHYS_DATA_XCONST 4 /* used for cloth */ #define BPHYS_DATA_SIZE 5 -- cgit v1.2.3