mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 10:51:13 +00:00
Add prototype drawing style UI
This commit is contained in:
@@ -180,6 +180,10 @@ if bpy is not None:
|
||||
operator.CalculateObjectVolumes,
|
||||
operator.AddOpening,
|
||||
operator.SetOverrideColour,
|
||||
operator.AddDrawingStyle,
|
||||
operator.RemoveDrawingStyle,
|
||||
operator.SaveDrawingStyle,
|
||||
operator.ActivateDrawingStyle,
|
||||
prop.StrProperty,
|
||||
prop.Variable,
|
||||
prop.Role,
|
||||
@@ -196,6 +200,7 @@ if bpy is not None:
|
||||
prop.ClashSource,
|
||||
prop.ClashSet,
|
||||
prop.Constraint,
|
||||
prop.DrawingStyle,
|
||||
prop.BcfTopic,
|
||||
prop.BcfTopicLabel,
|
||||
prop.BcfTopicFile,
|
||||
|
||||
Reference in New Issue
Block a user