Skip to content

AttributeError: Calling operator "bpy.ops.mesh.loop_multi_select" error, could not be found #41

Description

@rpalmerdev

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions