Raytracing: Fixed search locations of povray
This commit is contained in:
@@ -392,7 +392,11 @@ Gui::Action * CmdRaytracingNewPovrayProject::createAction(void)
|
||||
addTemplates(path);
|
||||
|
||||
path = App::Application::getUserAppDataDir();
|
||||
path += "data/Mod/Raytracing/Templates/";
|
||||
path += "Mod/Raytracing/Templates/";
|
||||
addTemplates(path);
|
||||
|
||||
path = App::Application::getUserAppDataDir();
|
||||
path += "Templates/";
|
||||
addTemplates(path);
|
||||
|
||||
_pcAction = pcAction;
|
||||
|
||||
Reference in New Issue
Block a user