Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/makesdna/DNA_dynamicpaint_types.h')
-rw-r--r--source/blender/makesdna/DNA_dynamicpaint_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_dynamicpaint_types.h b/source/blender/makesdna/DNA_dynamicpaint_types.h
index dece93af122..939b14a5d32 100644
--- a/source/blender/makesdna/DNA_dynamicpaint_types.h
+++ b/source/blender/makesdna/DNA_dynamicpaint_types.h
@@ -28,6 +28,7 @@
#ifndef __DNA_DYNAMICPAINT_TYPES_H__
#define __DNA_DYNAMICPAINT_TYPES_H__
+#include "DNA_defs.h"
#include "DNA_listBase.h"
struct CurveMapping;
struct PaintSurfaceData;
@@ -110,7 +111,7 @@ typedef struct DynamicPaintSurface {
/* cache */
struct PointCache *pointcache;
- struct ListBase ptcaches;
+ struct ListBase ptcaches DNA_DEPRECATED;
int current_frame;
/* surface */