archipack: add tooltips for preset based operators

This commit is contained in:
stephen leger 2017-07-24 01:43:31 +02:00
parent 0a26640d94
commit 25fa24377f
4 changed files with 4 additions and 0 deletions

View File

@ -1738,6 +1738,7 @@ class ARCHIPACK_OT_fence_manipulate(Operator):
class ARCHIPACK_OT_fence_preset_menu(PresetMenuOperator, Operator):
bl_description = "Show Fence Presets"
bl_idname = "archipack.fence_preset_menu"
bl_label = "Fence Styles"
preset_subdir = "archipack_fence"

View File

@ -1138,6 +1138,7 @@ class ARCHIPACK_OT_floor(ArchipackCreateTool, Operator):
class ARCHIPACK_OT_floor_preset_menu(PresetMenuOperator, Operator):
bl_description = "Show Floor Presets"
bl_idname = "archipack.floor_preset_menu"
bl_label = "Floor preset"
preset_subdir = "archipack_floor"

View File

@ -2804,6 +2804,7 @@ class ARCHIPACK_OT_stair_manipulate(Operator):
class ARCHIPACK_OT_stair_preset_menu(PresetMenuOperator, Operator):
bl_description = "Show Stair Presets"
bl_idname = "archipack.stair_preset_menu"
bl_label = "Stair style"
preset_subdir = "archipack_stair"

View File

@ -2049,6 +2049,7 @@ class ARCHIPACK_OT_window_manipulate(Operator):
class ARCHIPACK_OT_window_preset_menu(PresetMenuOperator, Operator):
bl_description = "Show Window Presets"
bl_idname = "archipack.window_preset_menu"
bl_label = "Window Presets"
preset_subdir = "archipack_window"