Home
last modified time | relevance | path

Searched refs:FRA2TIME (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/io/collada/
H A DBCAnimationCurve.cpp652 return FRA2TIME(bezt.vec[1][0]); in get_time()
677 point[0] = FRA2TIME(bezt.vec[index][0]); in get_tangent()
H A DAnimationExporter.cpp607 source.appendValues(FRA2TIME(sampled_time)); in collada_tangent_from_curve()
644 val = FRA2TIME(val); in collada_source_from_values()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/animation/
H A Dtime_scrub_ui.c82 BLI_timecode_string_from_time(r_str, max_len, 0, FRA2TIME(frame), FPS, U.timecode_style); in get_current_time_str()
H A Danim_markers.c782 BLI_snprintf(str_offs, sizeof(str_offs), "%.2f", FRA2TIME(offs)); in ed_marker_move_update_header()
792 str, sizeof(str), TIP_("Marker %.2f offset %s"), FRA2TIME(selmarker->frame), str_offs); in ed_marker_move_update_header()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dsound.c843 return FRA2TIME((CFRA + SUBFRA) / (double)scene->r.framelen); in get_cur_time()
899 const double cur_time = FRA2TIME(CFRA); in BKE_sound_seek_scene()
H A Dimage.c1983 text, sizeof(text), 0, FRA2TIME(scene->r.cfra), FPS, timecode_style); in stampdata()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gpencil/
H A Dgpencil_convert.c533 gtd->gap_duration = FRA2TIME(gtd->gap_duration); in gpencil_stroke_path_animation()
534 gtd->gap_randomness = FRA2TIME(gtd->gap_randomness); in gpencil_stroke_path_animation()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_scene_types.h2000 #define FRA2TIME(a) ((((double)scene->r.frs_sec_base) * (double)(a)) / (double)scene->r.frs_sec) macro
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_sequencer/
H A Dsequencer_edit.c4015 FRA2TIME(seq->startdisp), in sequencer_export_subtitles_exec()
4021 FRA2TIME(seq->enddisp), in sequencer_export_subtitles_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface.c2601 return FRA2TIME(value); in ui_get_but_scale_unit()