Core: Fix a missing interpreter lock
This commit is contained in:
committed by
Chris Hennes
parent
8534affff0
commit
5f74b4b299
@@ -3385,6 +3385,7 @@ void ViewProviderSketch::unsetEdit(int ModNum)
|
||||
void ViewProviderSketch::setEditViewer(Gui::View3DInventorViewer* viewer, int ModNum)
|
||||
{
|
||||
Q_UNUSED(ModNum);
|
||||
Base::PyGILStateLocker lock;
|
||||
// visibility automation: save camera
|
||||
if (!this->TempoVis.getValue().isNone()) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user