Merge branch 'blender-v2.81-release'
This commit is contained in:
@@ -409,7 +409,10 @@ typedef struct DRWCommandSmallChunk {
|
|||||||
DRWCommand commands[6];
|
DRWCommand commands[6];
|
||||||
} DRWCommandSmallChunk;
|
} DRWCommandSmallChunk;
|
||||||
|
|
||||||
|
/* Only true for 64-bit platforms. */
|
||||||
|
#ifdef __LP64__
|
||||||
BLI_STATIC_ASSERT_ALIGN(DRWCommandChunk, 16);
|
BLI_STATIC_ASSERT_ALIGN(DRWCommandChunk, 16);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* ------------- DRAW DEBUG ------------ */
|
/* ------------- DRAW DEBUG ------------ */
|
||||||
|
|
||||||
|
|||||||
@@ -255,7 +255,7 @@ static void rna_Depsgraph_debug_stats(Depsgraph *depsgraph, char *result)
|
|||||||
DEG_stats_simple(depsgraph, &outer, &ops, &rels);
|
DEG_stats_simple(depsgraph, &outer, &ops, &rels);
|
||||||
BLI_snprintf(result,
|
BLI_snprintf(result,
|
||||||
STATS_MAX_SIZE,
|
STATS_MAX_SIZE,
|
||||||
"Approx %lu Operations, %lu Relations, %lu Outer Nodes",
|
"Approx %zu Operations, %zu Relations, %zu Outer Nodes",
|
||||||
ops,
|
ops,
|
||||||
rels,
|
rels,
|
||||||
outer);
|
outer);
|
||||||
|
|||||||
Reference in New Issue
Block a user