mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 14:31:39 +00:00
black .
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user