jmesh-tools icon indicating copy to clipboard operation
jmesh-tools copied to clipboard

Location Context Error With Circle Array

Open 5uq opened this issue 4 years ago • 0 comments

J-Mesh Version: 1.9.2.9 Blender Version: 2.93.4 OS: Linux86_64 Solus Fortitude

Downloaded the zip file/ Installed it using blender's Add-on Preferences/ Setup a mesh that needs to become circle array with center of mass in the correct place/ Click Circle Array outputs the error below/

Python: Traceback (most recent call last): File "/home/owo/.config/blender/2.93/scripts/addons/jmesh-tools-master/widgets/bl_ui_draw_op.py", line 31, in invoke self.on_invoke(context, event) File "/home/owo/.config/blender/2.93/scripts/addons/jmesh-tools-master/fc_circle_array_mode_op.py", line 109, in on_invoke self.init_widget_values() File "/home/owo/.config/blender/2.93/scripts/addons/jmesh-tools-master/fc_circle_array_mode_op.py", line 121, in init_widget_values select_active(self.active_obj) File "/home/owo/.config/blender/2.93/scripts/addons/jmesh-tools-master/utils/fc_bool_util.py", line 25, in select_active bpy.ops.object.select_all(action='DESELECT') File "/home/owo/.local/share/Steam/steamapps/common/Blender/2.93/scripts/modules/bpy/ops.py", line 132, in call ret = _op_call(self.idname_py(), None, kw) RuntimeError: Operator bpy.ops.object.select_all.poll() failed, context is incorrect

location: :-1

jmeshbug

5uq avatar Sep 19 '21 21:09 5uq