Dear authors, thank you for the wonderful works.
When I try to reproduce the experiment, I met two problem:
(1) the version about the bpy, I found that bpy can only be installed by 2.91.0, other version will get build error.
(2) running the 3d_copy_and_paste.py, I met the error at line 51:
" bpy.ops.mesh.boundbox_add()"
:
site-packages/2.91/scripts/modules/bpy/ops.py", line 132, in call
ret = _op_call(self.idname_py(), None, kw)
AttributeError: Calling operator "bpy.ops.mesh.boundbox_add" error, could not be found
Exception ignored in: <function CyclesRender.del at 0x7f0fea965290>
Dear authors, thank you for the wonderful works.
When I try to reproduce the experiment, I met two problem:
(1) the version about the bpy, I found that bpy can only be installed by 2.91.0, other version will get build error.
(2) running the 3d_copy_and_paste.py, I met the error at line 51:
" bpy.ops.mesh.boundbox_add()"
:
site-packages/2.91/scripts/modules/bpy/ops.py", line 132, in call
ret = _op_call(self.idname_py(), None, kw)
AttributeError: Calling operator "bpy.ops.mesh.boundbox_add" error, could not be found
Exception ignored in: <function CyclesRender.del at 0x7f0fea965290>