The VG Resource
dae relative file paths? - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Models Resource (https://www.vg-resource.com/forum-111.html)
+---- Forum: Ripping Help (https://www.vg-resource.com/forum-115.html)
+---- Thread: dae relative file paths? (/thread-42598.html)



dae relative file paths? - _vissova_ - 04-09-2024

Hoping someone can help with this.

dae files are required to have relative file paths for textures, but I'm struggling to figure out why my exported dae files have absolute file paths regardless if I click the Make Paths Relative setting in Blender? I get no such issues when exporting an obj. As a result of this the Model Checker Tool complains about the dae files and I don't want to wait months for them to be rejected.


RE: dae relative file paths? - applecuckoo - 04-09-2024

Hello! That relative paths setting only applies to the blendfile, not the actual exported model. Not sure what's going on in terms of why the file paths are absolute though, since it always works fine for me.


RE: dae relative file paths? - _vissova_ - 04-09-2024

Oh that makes sense, I assumed it would influence the exported files as well. Could the version of Blender I'm using be a part of it? I'm using 3.4.

Also since dae is human readable could the exported file be modified to use a relative path instead of looking in specific file locations?


RE: dae relative file paths? - Jasper7438 - 04-09-2024

I wrote a guide for this here: https://www.vg-resource.com/thread-41330-post-675996.html#pid675996


RE: dae relative file paths? - _vissova_ - 04-09-2024

Thank you for the help!