change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh branch has run out of bits

This commit is contained in:
2011-12-23 20:30:23 +00:00
parent 5df049f390
commit ddcf56366d
15 changed files with 42 additions and 26 deletions

View File

@@ -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