“bpy.ops.import_scene.obj“ error, could not be found

"bpy.ops.import_scene.obj" error, could not be found

错误代码:

import_function(filepath=object_path)


解决后:

bpy.ops.wm.obj_import(filepath=object_path)

你可能感兴趣的:(python基础,3d渲染,python,人工智能)