]> git.tdb.fi Git - libs/gl.git/commit - blender/io_mspgl/export_texture.py
Better checking of the existence of image filepath
authorMikko Rasa <tdb@tdb.fi>
Sun, 16 Jun 2019 10:15:32 +0000 (13:15 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 16 Jun 2019 10:15:32 +0000 (13:15 +0300)
commit6ac405143184ff9f8e8114183a2d8f7b224d2779
treeeb16cfb0e7b9807a132846f868b7036fc16d14e8
parent2c097a6afe55d7be2e52cee75403b09043057b0d
Better checking of the existence of image filepath

Apparently packed images can get funny filepaths like "//../../../../"
in autosaves.  Best to check only the basename so there won't be empty
filenames in datafiles.
blender/io_mspgl/export_material.py
blender/io_mspgl/export_texture.py