Skip to content

Instantly share code, notes, and snippets.

@zeffii
Last active August 29, 2015 14:22
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/a6c4c274522ce686b43a to your computer and use it in GitHub Desktop.
Save zeffii/a6c4c274522ce686b43a to your computer and use it in GitHub Desktop.
import bpy
module = "space_view3d_math_vis"
bpy.ops.screen.userpref_show("INVOKE_DEFAULT")
bpy.context.user_preferences.active_section = "ADDONS"
bpy.data.window_managers['WinMan'].addon_search = "math"
bpy.ops.wm.addon_expand(module=module)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment