Merge branch 'blender-v3.1-release'

This commit is contained in:
Jacques Lucke 2022-02-16 19:03:00 +01:00
commit f38c2fbef9
1 changed files with 1 additions and 1 deletions

View File

@ -3936,7 +3936,7 @@ bool BKE_object_minmax_dupli(Depsgraph *depsgraph,
ListBase *lb = object_duplilist(depsgraph, scene, ob);
LISTBASE_FOREACH (DupliObject *, dob, lb) {
if ((use_hidden == false) && (dob->no_draw != 0)) {
if (((use_hidden == false) && (dob->no_draw != 0)) || dob->ob_data == nullptr) {
/* pass */
}
else {