This commit is contained in:
Andrej730
2025-03-17 16:38:58 +05:00
parent 73a83c6d4e
commit 1f43f7f807
2 changed files with 8 additions and 6 deletions
@@ -3368,7 +3368,9 @@ class ExpandSheet(bpy.types.Operator):
class ContractSheet(bpy.types.Operator): class ContractSheet(bpy.types.Operator):
bl_idname = "bim.contract_sheet" bl_idname = "bim.contract_sheet"
bl_label = "Contract Sheet" bl_label = "Contract Sheet"
bl_description = "Hide views, schedules, references etc\nplaced on this sheet.\n\nShift+click to contract all sheets." bl_description = (
"Hide views, schedules, references etc\nplaced on this sheet.\n\nShift+click to contract all sheets."
)
bl_options = {"REGISTER", "UNDO"} bl_options = {"REGISTER", "UNDO"}
sheet: bpy.props.IntProperty() sheet: bpy.props.IntProperty()