Page MenuHome

error on addon Blender Cloud 1.7.3
Closed, ResolvedPublic

Description

System Information
Linux Mint 18.2 graphics card GeForce GTX 970 and GeForce GTX 660 (Display)

Blender Version
Broken: 2.79.1 2ca1f29
Worked: 278c

Get error enable addon Blender Cloud 1.7.3

Exact steps for others to reproduce the error
Enable addon Blender Cloud 1.7.3
get error:
Exception in module register(): '/home/avdb/.config/blender/2.79/scripts/addons/blender_cloud/__init__.py'
Traceback (most recent call last):

File "/home/avdb/blender-git/build_linux_full/bin/share/blender/2.79/scripts/modules/addon_utils.py", line 350, in enable
  mod.register()
File "/home/avdb/.config/blender/2.79/scripts/addons/blender_cloud/__init__.py", line 98, in register
  attract.register()
File "/home/avdb/.config/blender/2.79/scripts/addons/blender_cloud/attract/__init__.py", line 977, in register
  bpy.utils.register_class(ToolsPanel)

RuntimeError: Error: Type identifier 'ToolsPanel' is already in use: 'ToolsPanel(Panel)'.

Event Timeline

It conflicts with rigify/rot_mode.py
if you disable rigify Blender cloud wil work.

Sybren A. Stüvel (sybren) changed the task status from Duplicate to Unknown Status.Sep 5 2017, 10:58 AM
Sybren A. Stüvel (sybren) lowered the priority of this task from 90 to 50.

Un-marked as duplicate, because this is something that should be resolved on this particular add-on.