Home
last modified time | relevance | path

Searched refs:DEG_get_mode (Results 1 – 25 of 27) sorted by relevance

12

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dobject_update.c178 if (DEG_get_mode(depsgraph) == DAG_EVAL_RENDER) { in BKE_object_handle_data_update()
216 bool for_render = (DEG_get_mode(depsgraph) == DAG_EVAL_RENDER); in BKE_object_handle_data_update()
243 const bool use_render_params = (DEG_get_mode(depsgraph) == DAG_EVAL_RENDER); in BKE_object_handle_data_update()
466 if (DEG_get_mode(depsgraph) == DAG_EVAL_RENDER) { in BKE_object_eval_eval_base_flags()
H A Dobject_dupli.c268 eEvaluationMode mode = DEG_get_mode(ctx->depsgraph); in make_child_duplis()
377 eEvaluationMode mode = DEG_get_mode(ctx->depsgraph); in make_duplis_collection()
1120 eEvaluationMode mode = DEG_get_mode(ctx->depsgraph); in make_duplis_particle_system()
1481 if (DEG_get_mode(ctx->depsgraph) == DAG_EVAL_RENDER ? (restrictflag & OB_RESTRICT_RENDER) : in get_dupli_generator()
H A Dgpencil_modifier.c584 const bool is_render = (bool)(DEG_get_mode(depsgraph) == DAG_EVAL_RENDER); in gpencil_remap_time_get()
727 const bool is_render = (bool)(DEG_get_mode(depsgraph) == DAG_EVAL_RENDER); in BKE_gpencil_modifiers_calc()
H A Dvolume.cc977 const bool use_render = (DEG_get_mode(depsgraph) == DAG_EVAL_RENDER); in volume_evaluate_modifiers()
1430 if (DEG_get_mode(depsgraph) != DAG_EVAL_RENDER) { in BKE_volume_simplify_level()
1446 if (DEG_get_mode(depsgraph) != DAG_EVAL_RENDER) { in BKE_volume_simplify_factor()
H A Dpointcloud.c315 const bool use_render = (DEG_get_mode(depsgraph) == DAG_EVAL_RENDER); in pointcloud_evaluate_modifiers()
H A Dhair.c336 const bool use_render = (DEG_get_mode(depsgraph) == DAG_EVAL_RENDER); in hair_evaluate_modifiers()
H A Dparticle_distribute.c852 const bool use_render_params = (DEG_get_mode(sim->depsgraph) == DAG_EVAL_RENDER); in distribute_invalid()
927 const bool use_render_params = (DEG_get_mode(sim->depsgraph) == DAG_EVAL_RENDER); in psys_thread_context_init_distribute()
H A Dmball_tessellate.c1187 const eEvaluationMode deg_eval_mode = DEG_get_mode(depsgraph); in init_meta()
1392 bool is_render = DEG_get_mode(depsgraph) == DAG_EVAL_RENDER; in BKE_mball_polygonize()
H A DDerivedMesh.c908 const bool use_render = (DEG_get_mode(depsgraph) == DAG_EVAL_RENDER); in mesh_calc_modifiers()
1491 const bool use_render = (DEG_get_mode(depsgraph) == DAG_EVAL_RENDER); in editbmesh_calc_modifiers()
H A Deffect.c233 const bool for_render = (DEG_get_mode(depsgraph) == DAG_EVAL_RENDER); in BKE_effector_relations_create()
H A Dcollision.c1252 const bool for_render = (DEG_get_mode(depsgraph) == DAG_EVAL_RENDER); in BKE_collision_relations_create()
H A Dparticle.c416 bool for_render = DEG_get_mode(sim->depsgraph) == DAG_EVAL_RENDER; in psys_create_lattice_deform_data()
493 const bool use_render_params = (DEG_get_mode(depsgraph) == DAG_EVAL_RENDER); in psys_in_edit_mode()
H A Dmultires.c313 const bool use_render = (DEG_get_mode(depsgraph) == DAG_EVAL_RENDER); in BKE_multires_create_deformed_base_mesh_vert_coords()
H A Dimage.c5385 (DEG_get_mode(depsgraph) == DAG_EVAL_RENDER)) { in image_user_id_eval_animation()
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/
H A DDEG_depsgraph_query.h62 eEvaluationMode DEG_get_mode(const Depsgraph *graph);
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/
H A Ddepsgraph_query.cc70 eEvaluationMode DEG_get_mode(const Depsgraph *graph) in DEG_get_mode() function
H A Ddepsgraph_debug.cc94 Depsgraph *temp_depsgraph = DEG_graph_new(bmain, scene, view_layer, DEG_get_mode(graph)); in DEG_debug_graph_relations_validate()
H A Ddepsgraph_query_iter.cc263 data->eval_mode = DEG_get_mode(depsgraph); in DEG_iterator_objects_begin()
/dports/graphics/blender/blender-2.91.0/source/blender/io/usd/intern/
H A Dusd_writer_mesh.cc425 const bool use_render = (DEG_get_mode(usd_export_context_.depsgraph) == DAG_EVAL_RENDER); in write_surface_velocity()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_depsgraph.c192 return DEG_get_mode(depsgraph); in rna_Depsgraph_mode_get()
/dports/graphics/blender/blender-2.91.0/source/blender/render/intern/source/
H A Dpointdensity.c178 const bool use_render_params = (DEG_get_mode(depsgraph) == DAG_EVAL_RENDER); in pointdensity_cache_psys()
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/blender_interface/
H A DBlenderFileLoader.cpp88 const eEvaluationMode eval_mode = DEG_get_mode(_depsgraph); in Load()
/dports/graphics/blender/blender-2.91.0/source/blender/python/mathutils/
H A Dmathutils_bvhtree.c1041 const bool use_render = DEG_get_mode(depsgraph) == DAG_EVAL_RENDER; in bvh_get_mesh()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/
H A Ddraw_cache_impl_particles.c1400 DEG_get_mode(depsgraph) == DAG_EVAL_RENDER); in drw_particle_update_ptcache_edit()
/dports/graphics/blender/blender-2.91.0/source/blender/python/bmesh/
H A Dbmesh_py_types.c1123 const bool use_render = DEG_get_mode(depsgraph) == DAG_EVAL_RENDER; in bpy_bmesh_from_object()

12