Home
last modified time | relevance | path

Searched refs:DEG_get_ctime (Results 1 – 25 of 42) sorted by relevance

12

/dports/graphics/blender/blender-2.91.0/source/blender/modifiers/intern/
H A DMOD_softbody.c62 ctx->depsgraph, scene, ctx->object, DEG_get_ctime(ctx->depsgraph), vertexCos, numVerts); in deformVerts()
H A DMOD_surface.c113 const int cfra = (int)DEG_get_ctime(ctx->depsgraph); in deformVerts()
H A DMOD_meshsequencecache.c121 const float frame = DEG_get_ctime(ctx->depsgraph); in modifyMesh()
H A DMOD_util.c70 BKE_image_user_frame_calc(tex->ima, &tex->iuser, DEG_get_ctime(ctx->depsgraph)); in MOD_init_texture()
H A DMOD_collision.c133 current_time = DEG_get_ctime(ctx->depsgraph); in deformVerts()
H A DMOD_wave.c154 float ctime = DEG_get_ctime(ctx->depsgraph); in waveModifier_do()
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/
H A DDEG_depsgraph_query.h65 float DEG_get_ctime(const Depsgraph *graph);
/dports/graphics/blender/blender-2.91.0/source/blender/io/alembic/exporter/
H A Dabc_writer_points.cc114 state.time = DEG_get_ctime(args_.depsgraph); in do_write()
/dports/graphics/blender/blender-2.91.0/source/blender/gpencil_modifiers/intern/
H A DMOD_gpencilarmature.c144 int oldframe = (int)DEG_get_ctime(depsgraph); in bakeModifier()
H A DMOD_gpencillattice.c139 int oldframe = (int)DEG_get_ctime(depsgraph); in bakeModifier()
H A DMOD_gpencilmirror.c185 int oldframe = (int)DEG_get_ctime(depsgraph); in bakeModifier()
H A DMOD_gpencilnoise.c169 seed += ((int)DEG_get_ctime(depsgraph)) / mmd->step; in deformStroke()
H A DMOD_gpenciltint.c265 int oldframe = (int)DEG_get_ctime(depsgraph); in bakeModifier()
H A DMOD_gpencilhook.c290 int oldframe = (int)DEG_get_ctime(depsgraph); in bakeModifier()
H A DMOD_gpencilbuild.c408 const float ctime = DEG_get_ctime(depsgraph); in generate_geometry()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dgpencil_modifier.c238 int ctime = (int)DEG_get_ctime(depsgraph); in BKE_gpencil_frame_active_set()
586 int cfra_eval = (int)DEG_get_ctime(depsgraph); in gpencil_remap_time_get()
H A Dmask_evaluate.c939 float ctime = DEG_get_ctime(depsgraph); in BKE_mask_eval_animation()
950 float ctime = DEG_get_ctime(depsgraph); in BKE_mask_eval_update()
H A Drigidbody.c2367 float ctime = DEG_get_ctime(depsgraph); in BKE_rigidbody_rebuild_sim()
2377 float ctime = DEG_get_ctime(depsgraph); in BKE_rigidbody_eval_simulation()
2390 float ctime = DEG_get_ctime(depsgraph); in BKE_rigidbody_object_sync_transforms()
H A Deffect.c153 float ctime = DEG_get_ctime(depsgraph); in precalculate_effector()
638 float cfra = DEG_get_ctime(eff->depsgraph); in get_effector_data()
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/
H A Ddepsgraph_query.cc76 float DEG_get_ctime(const Depsgraph *graph) in DEG_get_ctime() function
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/overlay/
H A Doverlay_motion_path.c134 int cfra = (int)DEG_get_ctime(draw_ctx->depsgraph); in motion_path_cache()
H A Doverlay_gpencil.c361 int cfra = DEG_get_ctime(draw_ctx->depsgraph); in OVERLAY_gpencil_color_names()
H A Doverlay_image.c153 int ctime = (int)DEG_get_ctime(draw_ctx->depsgraph); in image_camera_background_texture_get()
H A Doverlay_engine.c116 pd->cfra = DEG_get_ctime(draw_ctx->depsgraph); in OVERLAY_engine_init()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gpencil/
H A Dgpencil_mesh.c238 int oldframe = (int)DEG_get_ctime(depsgraph); in gpencil_bake_mesh_animation_exec()

12