fix bpy.utils has no attribute previews

Importing bpy.utils.previews fix it
This commit is contained in:
2023-03-24 11:56:22 +01:00
parent 379ef0ad93
commit e5857afa7d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
import appdirs
import bpy
import bpy.utils.previews
import os
from pathlib import Path
from tempfile import gettempdir