Skip to content

Instantly share code, notes, and snippets.

@zeffii
Created June 10, 2015 09:49
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 zeffii/61733ca11527c3c92b57 to your computer and use it in GitHub Desktop.
Save zeffii/61733ca11527c3c92b57 to your computer and use it in GitHub Desktop.
import bpy
import addon_utils
addon_utils.modules_refresh()
bpy.ops.screen.userpref_show("INVOKE_DEFAULT")
bpy.context.user_preferences.active_section = "ADDONS"
bpy.data.window_managers['WinMan'].addon_search = "sverchok"
bpy.ops.wm.addon_expand(module="sverchok")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment