WM: hide screen management and ndof operators from seach popup

This commit is contained in:
Campbell Barton
2014-02-26 13:48:41 +11:00
parent ece755ffe6
commit d2548f561c
6 changed files with 23 additions and 6 deletions

View File

@@ -757,6 +757,7 @@ class WM_OT_url_open(Operator):
"Open a website in the web-browser"
bl_idname = "wm.url_open"
bl_label = ""
bl_options = {'INTERNAL'}
url = StringProperty(
name="URL",
@@ -773,6 +774,7 @@ class WM_OT_path_open(Operator):
"Open a path in a file browser"
bl_idname = "wm.path_open"
bl_label = ""
bl_options = {'INTERNAL'}
filepath = StringProperty(
subtype='FILE_PATH',
@@ -2019,6 +2021,7 @@ class WM_OT_addon_expand(Operator):
"Display more information on this addon"
bl_idname = "wm.addon_expand"
bl_label = ""
bl_options = {'INTERNAL'}
module = StringProperty(
name="Module",