shotmanager
shotmanager copied to clipboard
插件运行不了
Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.2\3.2\scripts\modules\addon_utils.py", line 371, in enable mod.register() File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\shotmanager_init_.py", line 100, in register utils_ui.register() File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\shotmanager\utils\utils_ui.py", line 377, in register bpy.utils.register_class(cls) ValueError: register_class(...): already registered as a subclass 'UAS_ShotManager_OpenExplorer'
您好,我在Blender中安装好插件后却启动不了
Hello @sanroot3, Indeed this message can appear. I guess it is at install time. This is due to a conflict with the add-on Ubisoft Stamp Info. If you restart Blender then Shot Manager should work fine anyway. If you have Stamp Info installed then you can remove it, it is now provided with Shot Manager V2.
Let me know if you are still stuck. Please provide more info on the context ;)
Julien
每次初次启动时出现的错误Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\modules\addon_utils.py", line 387, in enable mod.register() File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\shotmanager_init_.py", line 150, in register installErrorCode = install_dependencies([("PIL", "pillow")], retries=1, timeout=5) File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\shotmanager\install\install_dependencies.py", line 204, in install_dependencies addon_error_prefs.register() File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\shotmanager\install\addon_error_prefs.py", line 138, in register bpy.utils.register_class(cls) ValueError: register_class(...): already registered as a subclass 'UAS_ShotManager_AddonErrorPrefs'
I have not installed Ubisoft Stamp Info, I have tried all three versions 3.2, 3.1 and 2.9, and still there will be a BUG that cannot be started
Thanks for the additional log messages. I'll check with that.
Good work, hope it will be resolved soon
Hello, version 2.0.102, I can install,
I seem to have found the reason why version 2.0.214 cannot be installed. It may be that Stamp Info is integrated. I tried to install Stamp Info separately without success
.
Hi @sanroot3, I just pushed a new pre-release version with a fix for the error you get at install time. Can you try with this version please? https://github.com/ubisoft/shotmanager/releases/tag/v2.0.224
Also be sure to respect the installation conditions, they are important: https://ubisoft-shotmanager.readthedocs.io/en/latest/getting-started/install.html
installed, thanks a lot
Ok, installed but for some reasons the OpenTimelineIO and the Pil libraries are still not there. This is not blocking, but some advanced features will be disabled. Were you in Admin mode when doing the installation? Connected to the net?
It is installed in administrator mode and the network is connected normally.
Geeh... Well I don't know why you don't have the extensions installed then. If you really want them you may try this:
-
go to the directory of Blender where all the Python packages are installed (should be something like this: C:\Program Files\Blender Foundation\Blender 3.2\3.2\python\lib\site-packages )
-
delete the folders related to opentimelineIO (namely opentimelineio, opentimelineio_contrib, OpenTimelineIO-0.15.0.dev1.dist-info and opentimelineview - basically everything starting with opentimeline). Note that they may have been installed in an other Python location if you have Python installed (something like C:\Users\<your name>\AppData\Roaming\Python\Python310\site-packages for instance)
-
Re-do the install process (Blender in Admin mode, install, quit, relaunch in normal mode).
And then let me know ;)
Folders related to opentimelineIO not found