我在一些GitHub脚本中遇到函数bpy.ops.mesh.primitive_vert_add(),但当我在控制台中键入此函数时,弹出以下错误:
Traceback (most recent call last): File "<blender_console>", line 1,
in <module> File "C:\Program Files\Blender Foundation\Blender
2.83\2.83\scripts\modules\bpy\ops.py", line 201, in __call__
ret = op_call(self.idname_py(), None, kw) AttributeError: Calling operator "bpy.ops.mesh.primitive_vert_add" error, could not be found实际上,这个错误发生在我使用的所有2.7x和2.8x版本中。你能提供一些想法吗?
诚挚的问候。
发布于 2020-07-20 16:50:12
刚才我安装了一些软件包中的附加组件,出现了“添加单个顶点”选项。
问候
https://stackoverflow.com/questions/62990451
复制相似问题