[Bf-blender-cvs] [3d01d02] alembic_pointcache: New settings struct for poin caches (unused still).

Lukas Tönne noreply at git.blender.org
Thu Oct 16 16:53:02 CEST 2014


Commit: 3d01d027a03c515451d3e36361196be4cb6acab5
Author: Lukas Tönne
Date:   Sun Nov 24 12:34:09 2013 +0100
Branches: alembic_pointcache
https://developer.blender.org/rB3d01d027a03c515451d3e36361196be4cb6acab5

New settings struct for poin caches (unused still).

===================================================================

M	source/blender/makesdna/DNA_pointcache_types.h

===================================================================

diff --git a/source/blender/makesdna/DNA_pointcache_types.h b/source/blender/makesdna/DNA_pointcache_types.h
index a01bc93..58858f3 100644
--- a/source/blender/makesdna/DNA_pointcache_types.h
+++ b/source/blender/makesdna/DNA_pointcache_types.h
@@ -141,5 +141,13 @@ typedef struct PointCache {
 #define PTCACHE_COMPRESS_LZO		1
 #define PTCACHE_COMPRESS_LZMA		2
 
+
+/**** NEW POINTCACHE ****/
+
+/* settings for point caches */
+typedef struct PointCacheSettings {
+	char cachedir[768];	/* FILE_MAXDIR length */
+} PointCacheSettings;
+
 #endif




More information about the Bf-blender-cvs mailing list