forked from blender/blender
main sync #3
@ -1210,6 +1210,7 @@ static void collection_gobject_assert_internal_consistency(Collection *collectio
|
|||||||
collection_gobject_hash_create(collection);
|
collection_gobject_hash_create(collection);
|
||||||
}
|
}
|
||||||
GHash *gobject_hash = collection->runtime.gobject_hash;
|
GHash *gobject_hash = collection->runtime.gobject_hash;
|
||||||
|
UNUSED_VARS_NDEBUG(gobject_hash);
|
||||||
LISTBASE_FOREACH (CollectionObject *, cob, &collection->gobject) {
|
LISTBASE_FOREACH (CollectionObject *, cob, &collection->gobject) {
|
||||||
BLI_assert(cob->ob != NULL);
|
BLI_assert(cob->ob != NULL);
|
||||||
/* If there are more than one CollectionObject for the same object, at most one of them will
|
/* If there are more than one CollectionObject for the same object, at most one of them will
|
||||||
|
Loading…
Reference in New Issue
Block a user