Fix a few more cases where an operator should not show in the search menu.

This commit is contained in:
2013-04-26 02:44:21 +00:00
parent 0731932eb8
commit e77729f5dd
6 changed files with 38 additions and 17 deletions

View File

@@ -27,6 +27,7 @@ class SCENE_OT_freestyle_fill_range_by_selection(bpy.types.Operator):
"""(either a user-specified object or the active camera)"""
bl_idname = "scene.freestyle_fill_range_by_selection"
bl_label = "Fill Range by Selection"
bl_options = {'INTERNAL'}
type = EnumProperty(name="Type", description="Type of the modifier to work on",
items=(("COLOR", "Color", "Color modifier type"),