Commit: b66c1f538e6f47562515eda7e46d25712aba78a4
Author: Lukas Tönne
Date:   Thu Feb 19 17:16:00 2015 +0100
Branches: alembic_pointcache
https://developer.blender.org/rBb66c1f538e6f47562515eda7e46d25712aba78a4

Removed unused DNA field.

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

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 18a53e2..4565c70 100644
--- a/source/blender/makesdna/DNA_pointcache_types.h
+++ b/source/blender/makesdna/DNA_pointcache_types.h
@@ -153,8 +153,6 @@ typedef struct PointCache {
        void (*free_edit)(struct PTCacheEdit *edit);    /* free callback */
 
        /**** NEW POINTCACHE ****/
-       char cachedir[768];     /* FILE_MAXDIR length */
-       
        struct CacheLibrary *cachelib;
 } PointCache;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to