Add primitives directory to rbank lookup (needed file_index.cfg - is this the correct primitives dir?)
This commit is contained in:
parent
29a70767b4
commit
9ef5fcaacd
1 changed files with 2 additions and 0 deletions
|
@ -159,6 +159,8 @@ cf.write("\n")
|
|||
cf.write("Pathes = {\n")
|
||||
mkPath(log, WorldEditorFilesDirectory);
|
||||
cf.write("\t\"" + WorldEditorFilesDirectory + "\", \n");
|
||||
mkPath(log, PrimitivesDirectory);
|
||||
cf.write("\t\"" + PrimitivesDirectory + "\", \n");
|
||||
for dir in IgLookupDirectories:
|
||||
mkPath(log, ExportBuildDirectory + "/" + dir)
|
||||
cf.write("\t\"" + ExportBuildDirectory + "/" + dir + "\", \n")
|
||||
|
|
Loading…
Reference in a new issue