snuq / VSEQF

VSE Quick Functions Addon For Blender. Improve the Blender video editor with new workflows and functions.
154 stars 11 forks source link

Restore menus after unregistering #11

Closed tin2tin closed 3 years ago

tin2tin commented 3 years ago

If you add these two lines to unregistering, the original menus will be restored: bpy.ops.script.python_file_run(filepath= bpy.utils.resource_path(type="LOCAL")+"\\scripts\\startup\\bl_ui\\space_sequencer.py") bpy.ops.script.reload()

tin2tin commented 3 years ago

On 2.92 this is causing a context error...

snuq commented 3 years ago

Tried it out, but yeah, seeing an error too when I try this... not sure what to do about it since it involves a python file that is part of Blender itself. Id suggest just restarting blender after disabling, as I dont want to cause an error.