Raytracing: Rendering with luxrender doesn't block the UI anymore
This commit is contained in:
parent
9c947e56bd
commit
860afcd929
|
@ -591,7 +591,7 @@ void CmdRaytracingRender::activated(int iMsg)
|
|||
doCommand(Doc,"f = open(TempFile,'wb')");
|
||||
doCommand(Doc,"f.write(PageFile.read())");
|
||||
doCommand(Doc,"f.close()");
|
||||
doCommand(Doc,"subprocess.call('\"%s\" '+TempFile,shell=True)",renderer.c_str());
|
||||
doCommand(Doc,"subprocess.Popen([\"%s\",TempFile])",renderer.c_str());
|
||||
doCommand(Doc,"del TempFile,PageFile");
|
||||
commitCommand();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user