From ddcf56366d47c08ebfb6bb9e6d1cbd54b1db706c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 23 Dec 2011 20:30:23 +0000 Subject: change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh branch has run out of bits --- source/blender/blenkernel/depsgraph_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/depsgraph_private.h') diff --git a/source/blender/blenkernel/depsgraph_private.h b/source/blender/blenkernel/depsgraph_private.h index 2dd14281253..1c4d423131f 100644 --- a/source/blender/blenkernel/depsgraph_private.h +++ b/source/blender/blenkernel/depsgraph_private.h @@ -69,7 +69,7 @@ typedef struct DagNode int ancestor_count; unsigned int lay; // accumulated layers of its relations + itself unsigned int scelay; // layers due to being in scene - unsigned int customdata_mask; // customdata mask + u_int64_t customdata_mask; // customdata mask int lasttime; // if lasttime != DagForest->time, this node was not evaluated yet for flushing int BFS_dist; // BFS distance int DFS_dist; // DFS distance -- cgit v1.2.3