Visual clean up of bulk property editing UI

This commit is contained in:
Dion Moult
2022-01-07 14:57:50 +11:00
parent 84096529e1
commit eb04a7d579
5 changed files with 58 additions and 60 deletions
@@ -377,7 +377,7 @@ class CopyPropertyToSelection(bpy.types.Operator, Operator):
class BIM_OT_add_property_to_edit(bpy.types.Operator):
bl_label = "Add new row"
bl_label = "Add Edit Rule"
bl_idname = "bim.add_property_to_edit"
bl_options = {"REGISTER", "UNDO"}
option: bpy.props.StringProperty()