cats-blender-plugin
cats-blender-plugin copied to clipboard
can't open cat
Traceback (most recent call last): File "E:\app\blender\3.6\scripts\modules\addon_utils.py", line 369, in enable mod.register() File "C:\Users\nethack\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\cats-blender-plugin-0-19-0_init_.py", line 319, in register bpy.context.window_manager.addon_support = {'OFFICIAL', 'COMMUNITY', 'TESTING'} ValueError: bpy_struct: item.attr = val:: 'TESTING' not found in ('OFFICIAL', 'COMMUNITY')
same peoblem on steam version by 3.6.1 LTS
same here
same here also
Try using v3.3 LTS
Try using v3.3 LTS
Yes, v3.3 LTS can be used normally
I found the problem , Open this directory , If you using version is 3.6 , You can copy and paste it into the address bar and press Enter to jump ,
有一个手动修复的方法,打开插件目录,3.6版本的直接复制下面的地址到文件管理器地址栏按回车跳转
%USERPROFILE%\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\cats-blender-plugin-0-19-0
Open the folder inside init.py
打开里面的__init__.py
Go to line 319 ,
跳到319行
modification {'OFFICIAL', 'COMMUNITY', 'TESTING'} to {'OFFICIAL', 'COMMUNITY'}
把 {'OFFICIAL', 'COMMUNITY', 'TESTING'} 改成 {'OFFICIAL', 'COMMUNITY'}
and save,
然后保存
The reason seems to be a ui change in version 3.6, which changed the original three categories of 'OFFICIAL' 'COMMUNITY' 'TESTING' to 'OFFICIAL' 'COMMUNITY'.
原因差不多就是新版本把以前ui界面的"官方" "社区" "测试"改成了"官方" "社区"