Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/object_update.c
| Context not available. | |||||
| * assumed viewport visibility. Select-ability does not matter here. */ | * assumed viewport visibility. Select-ability does not matter here. */ | ||||
| if (DEG_get_mode(depsgraph) == DAG_EVAL_RENDER) { | if (DEG_get_mode(depsgraph) == DAG_EVAL_RENDER) { | ||||
| if (base->flag & BASE_ENABLED_RENDER) { | if (base->flag & BASE_ENABLED_RENDER) { | ||||
| base->flag |= BASE_VISIBLE_DEPSGRAPH; | base->flag |= BASE_VISIBLE; | ||||
| } | } | ||||
| else { | else { | ||||
| base->flag &= ~BASE_VISIBLE_DEPSGRAPH; | base->flag &= ~BASE_VISIBLE; | ||||
| } | } | ||||
| } | } | ||||
| Context not available. | |||||