Assembly: Introduce 'Exploded Views'

This commit is contained in:
PaddleStroke
2024-03-08 09:58:12 +01:00
committed by Yorik van Havre
parent 6a834422e7
commit 687843ff41
18 changed files with 2402 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
#include "ViewProviderAssembly.h"
#include "ViewProviderJointGroup.h"
#include "ViewProviderViewGroup.h"
namespace AssemblyGui
@@ -48,6 +49,7 @@ PyMOD_INIT_FUNC(AssemblyGui)
AssemblyGui::ViewProviderAssembly ::init();
AssemblyGui::ViewProviderJointGroup::init();
AssemblyGui::ViewProviderViewGroup::init();
PyMOD_Return(mod);
}