Minor fixes to new presentation layer features by Krande

This commit is contained in:
Dion Moult
2020-11-14 22:17:56 +11:00
parent 9dcb2f9094
commit 9080744669
10 changed files with 101 additions and 132 deletions
@@ -206,8 +206,8 @@ if bpy is not None:
operator.SetNorthOffset,
operator.GetNorthOffset,
operator.AddPresentationLayer,
operator.AddToPresentationLayer,
operator.RemoveFromPresentationLayer,
operator.AssignPresentationLayer,
operator.UnassignPresentationLayer,
operator.RemovePresentationLayer,
operator.UpdatePresentationLayer,
operator.AddDrawingStyleAttribute,
@@ -319,7 +319,6 @@ if bpy is not None:
ui.BIM_UL_generic,
ui.BIM_UL_clash_sets,
ui.BIM_UL_constraints,
ui.BIM_UL_presentation_layers,
ui.BIM_UL_document_information,
ui.BIM_UL_document_references,
ui.BIM_UL_topics,