doakey3 / VSE_Transform_Tools

Quickly transform, crop and fade video strips in Blender's Video Sequence Editor
GNU General Public License v3.0
223 stars 22 forks source link

ValueError: register_class(..): already registered as a subclass 'PREV_OT_set_cursor_2d' #31

Open tylerecouture opened 3 years ago

tylerecouture commented 3 years ago

Hi! I'm getting this error when I try to enable the add-on:

ValueError: register_class(..): already registered as a subclass 'PREV_OT_set_cursor_2d'

Blender v2.82.7 on Ubuntu 20.04

I have tried Removing the add-on, restarting Blender, and installing again but it didn't help.

image

MoralCode commented 2 years ago

I believe i was able to resolve this by deleting the addon folder located at ~/.config/blender/[version]/scripts/addons/VSE_Transform_Tools and restarting blender/reinstalling the addon. On windows this might be located somewhere else (maybe %APPDATA%? im not sure)