Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't do anything with the addon since Blender 3.4.0 #562

Open
Cappyadams opened this issue Dec 9, 2022 · 5 comments
Open

Can't do anything with the addon since Blender 3.4.0 #562

Cappyadams opened this issue Dec 9, 2022 · 5 comments

Comments

@Cappyadams
Copy link

so, I recently re-installed the addon and when I tried to do anything with the cats addon, I would get an error. (pic below). It won't even let me update the addon in the preferences. what do I do to fix this?
image

@Spectre-Slayer
Copy link

unfortunately, coding for the cats plugin has not been updated since June 27 of 2021 and your only option until they make the update is to download the 2.93 version of blender and install the add-on from there

@Cappyadams
Copy link
Author

unfortunately, coding for the cats plugin has not been updated since June 27 of 2021 and your only option until they make the update is to download the 2.93 version of blender and install the add-on from there

I see.

@aech12
Copy link

aech12 commented Jan 28, 2023

3.4 broke plenty of addons, 3.3 was lts so in 3.4 they felt the freedom to change more stuff

@3dcinetv
Copy link

If the support of Cats update stopped for further compatibility with Blender 3.3+, why are the "supporting patreons" still appearing beyond 2.93?
It's annoying to have to go back to 2.93 "just to get blendshapes" named, generated, eye bone rolls, etc.. 😓 and then still get to see the supporting panel instantly opened (taking more space) in blender 3.3+ knowing the addon "is not supported" in that version.
Could you guys do a call-to-action to crowdfund the addon's compatible api for Blender 3.6+ beyond? at least 3.6, please. I'm positive the VRChat and Blender community would crowdfund it gladly.

@furry72
Copy link

furry72 commented Dec 9, 2023

or reach the .zip folder of the CATS plugin, browse it and find the file "init.py"

copy the file on your desktop and edit it with a text editor, notepad is enough

look for the word 'TESTING' in the code, you should find a line that looks like this bpy.context.window_manager.addon_support = {'OFFICIAL', 'COMMUNITY', 'TESTING'} (I found it at line 319)

remove the TESTING part from that line, comma and single quotes included, the result has to look like bpy.context.window_manager.addon_support = {'OFFICIAL', 'COMMUNITY'}

save the file, copy it from your desktop and paste it back into the .zip file

uninstall and install the plugin again, it shouldn't give you the error anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants