From: Mikko Rasa Date: Sat, 13 Feb 2021 20:08:01 +0000 (+0200) Subject: Fix filename handling in the Blender exporter on Windows X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=cf6eec94b7d02885c00c6b8d79380aae7d7669f5;hp=cf6eec94b7d02885c00c6b8d79380aae7d7669f5;p=libs%2Fgl.git Fix filename handling in the Blender exporter on Windows os.path.basename seems to consider the // prefix to indicate a UNC path and will return an empty string if the path contains exactly two components. ---