From d2548f561cd6499f22e4710fdddeab606b726af5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 26 Feb 2014 13:48:41 +1100 Subject: WM: hide screen management and ndof operators from seach popup --- release/scripts/startup/bl_operators/wm.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'release') diff --git a/release/scripts/startup/bl_operators/wm.py b/release/scripts/startup/bl_operators/wm.py index 5dadf77ce92..3fdde1a1339 100644 --- a/release/scripts/startup/bl_operators/wm.py +++ b/release/scripts/startup/bl_operators/wm.py @@ -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", -- cgit v1.2.3