cats-blender-plugin icon indicating copy to clipboard operation
cats-blender-plugin copied to clipboard

can't open cat

Open nethack37 opened this issue 1 year ago • 6 comments

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')

nethack37 avatar Jul 28 '23 06:07 nethack37

same peoblem on steam version by 3.6.1 LTS image image

windskyxb avatar Jul 28 '23 08:07 windskyxb

same here

Owenm05 avatar Jul 30 '23 00:07 Owenm05

same here also

mjwallcodes avatar Jul 30 '23 05:07 mjwallcodes

Try using v3.3 LTS

MaxMls avatar Jul 30 '23 10:07 MaxMls

Try using v3.3 LTS

Yes, v3.3 LTS can be used normally image image

windskyxb avatar Jul 30 '23 11:07 windskyxb

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版本的直接复制下面的地址到文件管理器地址栏按回车跳转 R{BUUC}7$E$I LAS_(6E3 %USERPROFILE%\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\cats-blender-plugin-0-19-0 Open the folder inside init.py 打开里面的__init__.py 20230731034913 Go to line 319 , 跳到319行 20230731033632 modification {'OFFICIAL', 'COMMUNITY', 'TESTING'} to {'OFFICIAL', 'COMMUNITY'} 把 {'OFFICIAL', 'COMMUNITY', 'TESTING'} 改成 {'OFFICIAL', 'COMMUNITY'} 20230731033643 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界面的"官方" "社区" "测试"改成了"官方" "社区" 289JO17`M@TVE4}VV%@ M@O

Cyanflower avatar Jul 30 '23 19:07 Cyanflower