Attacher UX enhancements

- New editor for MapMode with button to open attacher dialog
- Hide attachment properties when they are not applicable
- Disable super placement ui in attacher dialog when object is not attached
- Always select used mode in mode list
This commit is contained in:
Peter Lama
2017-09-03 22:56:21 -04:00
committed by wmayer
parent 8550967f92
commit 9187919bb8
13 changed files with 255 additions and 28 deletions

View File

@@ -29,6 +29,7 @@
#include <Mod/Part/App/PropertyTopoShape.h>
#include "AttacherTexts.h"
#include "PropertyEnumAttacherItem.h"
#include "SoBrepFaceSet.h"
#include "SoBrepEdgeSet.h"
#include "SoBrepPointSet.h"
@@ -139,6 +140,7 @@ PyMOD_INIT_FUNC(PartGui)
Py_INCREF(pAttachEngineTextsModule);
PyModule_AddObject(partGuiModule, "AttachEngineResources", pAttachEngineTextsModule);
PartGui::PropertyEnumAttacherItem ::init();
PartGui::SoBrepFaceSet ::initClass();
PartGui::SoBrepEdgeSet ::initClass();
PartGui::SoBrepPointSet ::initClass();