[Part] Move ArcEngine into own file in Gui module

This commit is contained in:
hlorus
2024-01-14 21:05:20 +01:00
committed by WandererFan
parent cb0e5b6f9c
commit c054fe64b3
5 changed files with 213 additions and 1 deletions

View File

@@ -214,7 +214,6 @@ PyMOD_INIT_FUNC(PartGui)
PartGui::ViewProviderProjectOnSurface ::init();
PartGui::DimensionLinear ::initClass();
PartGui::DimensionAngular ::initClass();
PartGui::ArcEngine ::initClass();
PartGui::Workbench ::init();
auto manip = std::make_shared<PartGui::WorkbenchManipulator>();