Changeset View
Changeset View
Standalone View
Standalone View
source/blender/depsgraph/intern/depsgraph_query_iter.cc
| Context not available. | |||||
| copy_v4_v4(temp_dupli_object->color, dupli_parent->color); | copy_v4_v4(temp_dupli_object->color, dupli_parent->color); | ||||
| /* Duplicated elements shouldn't care whether their original collection is visible or not. */ | /* Duplicated elements shouldn't care whether their original collection is visible or not. */ | ||||
| temp_dupli_object->base_flag |= BASE_VISIBLE_DEPSGRAPH; | temp_dupli_object->base_flag |= BASE_VISIBLE; | ||||
| int ob_visibility = BKE_object_visibility(temp_dupli_object, data->eval_mode); | int ob_visibility = BKE_object_visibility(temp_dupli_object, data->eval_mode); | ||||
| if ((ob_visibility & (OB_VISIBLE_SELF | OB_VISIBLE_PARTICLES)) == 0) { | if ((ob_visibility & (OB_VISIBLE_SELF | OB_VISIBLE_PARTICLES)) == 0) { | ||||
| Context not available. | |||||