I would like to print the frame in the console or see the progress somehow when I am using the bake action command -
bpy.ops.nla.bake(frame_start=1, frame_end=250, step=1, only_selected=True, visual_keying=False, clear_constraints=False, clear_parents=True, bake_types={‘OBJECT’})
How could I do that?