batFINGER-blender-addons
batFINGER-blender-addons copied to clipboard
bake_sound_to_action runs asynchronous and has no callback
I have noticed that the bpy.ops.wm.bake_sound_to_action is asynchronous. If it is used in a script, you never know when it has finished its work.
Would it be possible to make it synchronous or to add a callback to it?