Tweak to improve performance

This commit is contained in:
Jamie Hardt
2020-09-19 23:07:56 -07:00
parent fb5a7bee11
commit 1e8a856ca4

View File

@@ -28,7 +28,7 @@ class SoundBank:
if sound.filepath in self.cached_info.keys():
return self.cached_info[sound.filepath]
else:
if sound.filepath.startswith("//"):
path = bpy.path.abspath(sound.filepath)
else: