enabling line rendering by default

This commit is contained in:
Youen Toupin 2021-12-25 12:40:26 +01:00
parent 8812a6cf86
commit 4d682f5534

View File

@ -27,6 +27,7 @@ class AHB_SetPartStage:
obj.addProperty("App::PropertyInteger", "AssemblyHandbook_Stage", "AssemblyHandbook")
if not "AssemblyHandbook_RenderLines" in obj.PropertiesList:
obj.addProperty("App::PropertyBool", "AssemblyHandbook_RenderLines", "AssemblyHandbook")
obj.AssemblyHandbook_RenderLines = True
if obj.AssemblyHandbook_Stage != stageId:
obj.AssemblyHandbook_Stage = stageId
workbench.context.onPartStageChanged(obj)