mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Add descriptions to style/material selection operators
This commit is contained in:
@@ -56,6 +56,7 @@ class DisableEditingMaterials(bpy.types.Operator):
|
||||
class SelectByMaterial(bpy.types.Operator):
|
||||
bl_idname = "bim.select_by_material"
|
||||
bl_label = "Select By Material"
|
||||
bl_description = "Select objects using the provided material"
|
||||
bl_options = {"REGISTER", "UNDO"}
|
||||
material: bpy.props.IntProperty()
|
||||
|
||||
|
||||
@@ -493,6 +493,7 @@ class LoadStyles(bpy.types.Operator):
|
||||
class SelectByStyle(bpy.types.Operator):
|
||||
bl_idname = "bim.select_by_style"
|
||||
bl_label = "Select By Style"
|
||||
bl_description = "Select objects using the provided style"
|
||||
bl_options = {"REGISTER", "UNDO"}
|
||||
style: bpy.props.IntProperty()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user