Animation: blend offset slider #106518

Closed
AresDeveaux wants to merge 12 commits from AresDeveaux/blender:blend_offset_slider into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit fab764a6cf - Show all commits

View File

@ -1135,9 +1135,6 @@ static int blend_offset_invoke(bContext *C, wmOperator *op, const wmEvent *event
gso->factor_prop = RNA_struct_find_property(op->ptr, "factor");
blend_offset_draw_status_header(C, gso);
// ED_slider_is_bidirectional_set(gso->slider, true);
// ED_slider_factor_set(gso->slider, 0.0f);
return invoke_result;
}