Cleanup: rename object base flags to be more clear.

This commit is contained in:
2018-06-25 13:50:11 +02:00
parent a99dcab148
commit 817bf582c2
40 changed files with 114 additions and 117 deletions

View File

@@ -423,7 +423,7 @@ static Scene *preview_prepare_scene(Main *bmain, Scene *scene, ID *id, int id_ty
(*matar)[actcol] = mat;
}
else if (base->object->type == OB_LAMP) {
base->flag |= BASE_VISIBLED;
base->flag |= BASE_VISIBLE;
}
}
}