The VG Resource
"bad texture file path" error? - 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: "bad texture file path" error? (/thread-41761.html)



"bad texture file path" error? - spiderfriend - 06-04-2023

exported a .dae and the model checker says there's a bad texture file path, but when i completely restart blender and import the .dae, the textures are all there and it looks perfectly fine. is it a false alarm somehow or am i missing something? the file path's shouldn't be set to absolute or anything.


RE: "bad texture file path" error? - Jasper7438 - 06-05-2023

(06-04-2023, 11:11 PM)spiderfriend Wrote: exported a .dae and the model checker says there's a bad texture file path, but when i completely restart blender and import the .dae, the textures are all there and it looks perfectly fine. is it a false alarm somehow or am i missing something? the file path's shouldn't be set to absolute or anything.

Most likely, the model checker is correct in this case.

You may have to manually edit the texture paths. Look for the texture paths with "<init_from>" under "<library_images>".

For example, these are absolute texture paths and thus are incorrect.

[Image: attachment.php?aid=15242]


If the model and textures are in the same folder, all you have to do is remove everything but the texture names.

[Image: attachment.php?aid=15243]

If the models and textures are NOT in the same folder, replace everything before what folder the textures are in with "./"

[Image: attachment.php?aid=15244]


RE: "bad texture file path" error? - spiderfriend - 06-05-2023

i figured i might have to do it manually, yeah. just didn't know which exact lines to edit in the file. thank you for the help!