Skip to content

Instantly share code, notes, and snippets.

@tin2tin
Created November 28, 2020 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tin2tin/c63c94df2dbaf3459b83e058ae7732f6 to your computer and use it in GitHub Desktop.
Save tin2tin/c63c94df2dbaf3459b83e058ae7732f6 to your computer and use it in GitHub Desktop.
Restore menus after unregistering a menu-altering-addon. Add this to unregister:
bpy.ops.script.python_file_run(filepath= bpy.utils.resource_path(type="LOCAL")+"\\scripts\\startup\\bl_ui\\space_sequencer.py")
bpy.ops.script.reload()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment