absolute-quantum / cats-blender-plugin

:smiley_cat: A tool designed to shorten steps needed to import and optimize models into VRChat. Compatible models are: MMD, XNALara, Mixamo, DAZ/Poser, Blender Rigify, Sims 2, Motion Builder, 3DS Max and potentially more
https://catsblenderplugin.com
MIT License
3.49k stars 456 forks source link

how do i fix this? #677

Open helloyuanchen opened 5 months ago

helloyuanchen commented 5 months ago

image

JekYUlll commented 5 months ago

According to the error message, open the__init__.pyfile in the root directory at line 319 Change bpy.context.window_manager.addon_support = {'OFFICIAL', 'COMMUNITY', 'TESTING'} to bpy.context.window_manager.addon_support = {'OFFICIAL', 'COMMUNITY'} can solve this problem.

Or you can directly replace the __init__.py recorded in the root directory with __init__.py uploaded by me. init.zip

The author actually used the same method to solve this problem in (19e3087) , but somehow no official version was released.

thank you

Yusarina commented 5 months ago

Or you could just read this..... Like I put it in all caps and everything https://github.com/absolute-quantum/cats-blender-plugin/issues/676

You SHOULD not be telling people to use the main branch with any blender version above 3.0 and the above method will not solve the 100s of issues the main branch will cause on anything above 3.0 (Especially with blender 4.0 and 4.1). MMD Tools is very out of date for a start, and several cats functions have not been updated for blender 4.1.

So please can we stop telling people to use the main branch on newer versions of blender. You either use the dev version for blender versions 3.1 to 3.6.x or if there not going to use 4.0/4.1 refer them to my post.

I also want to add, cats is abandoned, hence why there no official update. the community was maintaining the dev branch but even that has seemingly been abandoned. there are alternatives in my post.