Loop Tools Plugin not working #52565

Closed
opened 2017-08-27 17:52:52 +02:00 by Paul J. Schrenker · 3 comments

System Information
Linux Mint 17.3 on Dell Inspiron 15R with Intel graphics

Blender Version
Broken: 2.79 edge (Thomas Sheix PPA)
Worked: 2.79-rc2-linux-glibc219-x86_64

Short description of error
Loop tools not available from specials menu. (And hotkey selects Laplacian smooth instead.) Seems to be specific to a certain testing build and not the main release candidate.

Disabling and re-enabling from the add-ons list in prefs brings up this error:

Traceback (most recent call last):
  File "/usr/share/blender/2.79/scripts/modules/addon_utils.py", line 350, in enable
    mod.register()
  File "/usr/share/blender/2.79/scripts/addons/mesh_looptools.py", line 5122, in register
    bpy.utils.register_class(c)
RuntimeError: Error: Type identifier 'LoopToolsProps' is already in use: 'LoopToolsProps(PropertyGroup)'.

Exact steps for others to reproduce the error
Just try to use loop tools function on a polygon mesh being edited.

**System Information** Linux Mint 17.3 on Dell Inspiron 15R with Intel graphics **Blender Version** Broken: 2.79 edge (Thomas Sheix PPA) Worked: 2.79-rc2-linux-glibc219-x86_64 **Short description of error** Loop tools not available from specials menu. (And hotkey selects Laplacian smooth instead.) Seems to be specific to a certain testing build and not the main release candidate. Disabling and re-enabling from the add-ons list in prefs brings up this error: ``` Traceback (most recent call last): File "/usr/share/blender/2.79/scripts/modules/addon_utils.py", line 350, in enable mod.register() File "/usr/share/blender/2.79/scripts/addons/mesh_looptools.py", line 5122, in register bpy.utils.register_class(c) RuntimeError: Error: Type identifier 'LoopToolsProps' is already in use: 'LoopToolsProps(PropertyGroup)'. ``` **Exact steps for others to reproduce the error** Just try to use loop tools function on a polygon mesh being edited.

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @pauljs75

Added subscriber: @pauljs75

Closed as duplicate of #52564

Closed as duplicate of #52564
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#52565
No description provided.