mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +00:00
Improved user friendly UI for sheet creation
This commit is contained in:
@@ -115,10 +115,10 @@ if bpy is not None:
|
||||
operator.AddSubcontext,
|
||||
operator.RemoveSubcontext,
|
||||
operator.CutSection,
|
||||
operator.CreateSheet,
|
||||
operator.AddSheet,
|
||||
operator.OpenSheet,
|
||||
operator.OpenCompiledSheet,
|
||||
operator.AddViewToSheet,
|
||||
operator.AddDrawingToSheet,
|
||||
operator.CreateSheets,
|
||||
operator.OpenView,
|
||||
operator.ActivateView,
|
||||
@@ -185,6 +185,7 @@ if bpy is not None:
|
||||
operator.ActivateDrawingStyle,
|
||||
operator.EditVectorStyle,
|
||||
operator.PurgeProjectClassifications,
|
||||
operator.RemoveSheet,
|
||||
prop.StrProperty,
|
||||
prop.Variable,
|
||||
prop.Role,
|
||||
@@ -203,6 +204,7 @@ if bpy is not None:
|
||||
prop.Constraint,
|
||||
prop.Drawing,
|
||||
prop.DrawingStyle,
|
||||
prop.Sheet,
|
||||
prop.BcfTopic,
|
||||
prop.BcfTopicLabel,
|
||||
prop.BcfTopicFile,
|
||||
|
||||
Reference in New Issue
Block a user