abstrax wrote:Isotemod wrote:Ive saved a ocs file with this version and when I reloaded octane was unable to find the mesh or texture files for the scene.
It then opens a dialogue to find them manually which it does so at the location specified in preferences.
Looking manually at my .ocs file there is difference between the new .ocs and previous .ocs files.
The path to the mesh and textures starts "<linkedfilename>..\..\Desktop" in the new .ocs but the old one has "<linkedfilename>..\Desktop"
I have relative paths ticked in the preferences.
UPDATE
I went through and found the mesh and textures for octane then saved it without relative paths ticked and reloaded fine.
On a different .ocs that I saved in this version with relative paths octane had no problem.
Resaving the the original file with relative paths enabled reproduced the same result on reloading.
Hmm, I couldn't reproduce this issue. Could you maybe give step-by-step instructions how to reproduce the issue?
Thanks,
Marcus
Im assuming its file structure specific so heres what ive been using
ocs file location
C:\Users\John\Documents\project.ocs
none relative and relative locations taken from ocs file
C:\Users\John\Desktop\dazpics\renderscene\project\project.obj -- none relative(finds file)
..\..\Desktop\dazpics\renderscene\project\project.obj -- Relative this version (doesnt find file)
..\Desktop\dazpics\renderscene\project\project.obj -- Relative previous versions(finds file)
if I save the ocs file in the same directory as the .obj the path appears in the .ocs as
..\project.obj
and doesnt find it.
in short its adding a "..\" in front of the path where previous versions didnt when it saves a relative location.
I have material macros that I have imported to the scene the textures to these are stored at this path
C:\Users\John\Documents\DAZ 3D\Studio3\content\Runtime\textures\DAZ\Characters\MilWom\V4\V4AmyFaceB.jpg
appearing in the ocs file as
..\DAZ 3D\Studio3\content\Runtime\textures\DAZ\Characters\MilWom\V4\V4AmyFaceB.jpg
If I manually locate the .obj it will then find all of the other textures in the /maps subdirectory