mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 03:14:23 +00:00
bim.add_drawing - document camera placement behaviour in description
See https://i.imgur.com/VfOjGHk.png
This commit is contained in:
@@ -139,7 +139,11 @@ class AddDrawing(bpy.types.Operator, tool.Ifc.Operator):
|
||||
bl_idname = "bim.add_drawing"
|
||||
bl_label = "Add Drawing"
|
||||
bl_options = {"REGISTER", "UNDO"}
|
||||
bl_description = "Add a drawing view to the IFC project"
|
||||
bl_description = (
|
||||
"Add a drawing view to the IFC project.\n\n"
|
||||
"For all views besides MODEL_VIEW camera will be placed at the current cursor position,\n"
|
||||
"for MODEL_VIEW camera will be aligned to the current viewport position and orientation."
|
||||
)
|
||||
|
||||
def _execute(self, context):
|
||||
props = tool.Drawing.get_document_props()
|
||||
|
||||
Reference in New Issue
Block a user