出现以下信息
C:\Users\AAA\Desktop\road\CSUR>blender --background --python make.py -- 10DC
Blender 3.1.2 (hash cc66d1020c3b built 2022-03-31 23:39:57)
Read prefs: C:\Users\AAA\AppData\Roaming\Blender Foundation\Blender\3.1\config\userpref.blend
Traceback (most recent call last):
File "< string >", line 1, in < module >
File "C:\Users\AAA\Desktop\road\CSUR\make.py", line 4, in < module >
from prefab import make
ImportError: cannot import name 'make' from 'prefab' (C:\Users\AAA\Desktop\road\CSUR\prefab__init__.py)
The following error during Blender import is encountered, assetmaker will not be imported
Only Python 3.7 or 3.9 are supported for thumbnail generation!
有人知道这是咋回事吗
出现以下信息 C:\Users\AAA\Desktop\road\CSUR>blender --background --python make.py -- 10DC Blender 3.1.2 (hash cc66d1020c3b built 2022-03-31 23:39:57) Read prefs: C:\Users\AAA\AppData\Roaming\Blender Foundation\Blender\3.1\config\userpref.blend Traceback (most recent call last): File "< string >", line 1, in < module > File "C:\Users\AAA\Desktop\road\CSUR\make.py", line 4, in < module > from prefab import make ImportError: cannot import name 'make' from 'prefab' (C:\Users\AAA\Desktop\road\CSUR\prefab__init__.py) The following error during Blender import is encountered, assetmaker will not be imported Only Python 3.7 or 3.9 are supported for thumbnail generation! 有人知道这是咋回事吗