Hello, thank you for making such an amazing set of tools.
I get this error when trying to use the "Smart Ring" function in Blender 5.1 on Windows 11:
Python: Traceback (most recent call last):
File "C:\Users\rober\AppData\Roaming\Blender Foundation\Blender\5.1\scripts\addons\interactivetoolsblender\op\selection.py", line 194, in execute
smart_loop(ring=True)
~~~~~~~~~~^^^^^^^^^^^
File "C:\Users\rober\AppData\Roaming\Blender Foundation\Blender\5.1\scripts\addons\interactivetoolsblender\op\selection.py", line 124, in smart_loop
organized_loops = organize_elements_by_loop(selection, mode, ring)
File "C:\Users\rober\AppData\Roaming\Blender Foundation\Blender\5.1\scripts\addons\interactivetoolsblender\op\selection.py", line 62, in organize_elements_by_loop
bpy.ops.mesh.loop_multi_select(ring=ring)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AttributeError: Calling operator "bpy.ops.mesh.loop_multi_select" error, could not be found
Hello, thank you for making such an amazing set of tools.
I get this error when trying to use the "Smart Ring" function in Blender 5.1 on Windows 11:
Python: Traceback (most recent call last):
File "C:\Users\rober\AppData\Roaming\Blender Foundation\Blender\5.1\scripts\addons\interactivetoolsblender\op\selection.py", line 194, in execute
smart_loop(ring=True)
~~~~~~~~~~^^^^^^^^^^^
File "C:\Users\rober\AppData\Roaming\Blender Foundation\Blender\5.1\scripts\addons\interactivetoolsblender\op\selection.py", line 124, in smart_loop
organized_loops = organize_elements_by_loop(selection, mode, ring)
File "C:\Users\rober\AppData\Roaming\Blender Foundation\Blender\5.1\scripts\addons\interactivetoolsblender\op\selection.py", line 62, in organize_elements_by_loop
bpy.ops.mesh.loop_multi_select(ring=ring)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AttributeError: Calling operator "bpy.ops.mesh.loop_multi_select" error, could not be found