Home
last modified time | relevance | path

Searched refs:str_offs (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/animation/
H A Danim_markers.c767 char str_offs[NUM_STR_REP_LEN]; in ed_marker_move_update_header() local
779 outputNumInput(&mm->num, str_offs, &scene->unit); in ed_marker_move_update_header()
782 BLI_snprintf(str_offs, sizeof(str_offs), "%.2f", FRA2TIME(offs)); in ed_marker_move_update_header()
785 BLI_snprintf(str_offs, sizeof(str_offs), "%d", 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()
795 BLI_snprintf(str, sizeof(str), TIP_("Marker %d offset %s"), selmarker->frame, str_offs); in ed_marker_move_update_header()
799 BLI_snprintf(str, sizeof(str), TIP_("Marker offset %s"), str_offs); in ed_marker_move_update_header()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gpencil/
H A Dgpencil_interpolate.c394 char str_offs[NUM_STR_REP_LEN]; in gpencil_interpolate_status_indicators() local
396 outputNumInput(&p->num, str_offs, &scene->unit); in gpencil_interpolate_status_indicators()
397 BLI_snprintf(status_str, sizeof(status_str), "%s%s", msg_str, str_offs); in gpencil_interpolate_status_indicators()
H A Dgpencil_primitive.c463 char str_offs[NUM_STR_REP_LEN]; in gpencil_primitive_status_indicators() local
465 outputNumInput(&tgpi->num, str_offs, &scene->unit); in gpencil_primitive_status_indicators()
466 BLI_snprintf(status_str, sizeof(status_str), "%s: %s", msg_str, str_offs); in gpencil_primitive_status_indicators()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/armature/
H A Dpose_slide.c876 char str_offs[NUM_STR_REP_LEN]; in pose_slide_draw_status() local
878 outputNumInput(&pso->num, str_offs, &scene->unit); in pose_slide_draw_status()
881 status_str, sizeof(status_str), "%s: %s | %s", mode_str, str_offs, limits_str); in pose_slide_draw_status()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_graph/
H A Dgraph_edit.c1445 char str_offs[NUM_STR_REP_LEN]; in decimate_draw_status_header() local
1447 outputNumInput(&dgo->num, str_offs, &dgo->scene->unit); in decimate_draw_status_header()
1449 BLI_snprintf(status_str, sizeof(status_str), "%s: %s", mode_str, str_offs); in decimate_draw_status_header()