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:
authorJulian Eisel <julian@blender.org>2020-06-13 23:54:07 +0300
committerJulian Eisel <julian@blender.org>2020-06-13 23:54:07 +0300
commit5e50380ddc99dd8c8c8067482b2dce186e7c3fb4 (patch)
tree7e5f438a3a30996351a7ee256ffd144e2dab45ad /source/blender/makesdna/DNA_pointcache_types.h
parent15e6f9012c84c4ebce41bf1928635a3abe046a55 (diff)
parent23d0361b30da481ffe71142d4efd336dfb1f27f2 (diff)
Merge branch 'master' into asset-uuid
Diffstat (limited to 'source/blender/makesdna/DNA_pointcache_types.h')
-rw-r--r--source/blender/makesdna/DNA_pointcache_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_pointcache_types.h b/source/blender/makesdna/DNA_pointcache_types.h
index fcdc22ca56d..3c7fc9031de 100644
--- a/source/blender/makesdna/DNA_pointcache_types.h
+++ b/source/blender/makesdna/DNA_pointcache_types.h
@@ -50,6 +50,7 @@ extern "C" {
#define BPHYS_TOT_DATA 8
#define BPHYS_EXTRA_FLUID_SPRINGS 1
+#define BPHYS_EXTRA_CLOTH_ACCELERATION 2
typedef struct PTCacheExtra {
struct PTCacheExtra *next, *prev;