PartDesign: add ViewProviderPython
+ bind PartDesign::Feature to PartDesign::ViewProvider, and adjust viewprovider of PartDesign::FeaturePython accordingly.
This commit is contained in:
committed by
Yorik van Havre
parent
eae0d6594c
commit
5e5b3f8b61
@@ -251,3 +251,14 @@ void ViewProvider::makeTemporaryVisible(bool onoff)
|
||||
else
|
||||
Gui::ViewProvider::hide();
|
||||
}
|
||||
|
||||
|
||||
namespace Gui {
|
||||
/// @cond DOXERR
|
||||
PROPERTY_SOURCE_TEMPLATE(PartDesignGui::ViewProviderPython, PartDesignGui::ViewProvider);
|
||||
/// @endcond
|
||||
|
||||
// explicit template instantiation
|
||||
template class PartDesignGuiExport ViewProviderPythonFeatureT<PartDesignGui::ViewProvider>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user