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.37k stars 452 forks source link

unknown mistake #639

Open 128field opened 10 months ago

128field commented 10 months ago
截屏2023-08-25 22 43 05
Jan-Fcloud commented 9 months ago

Hi! Although it throws an error, the plugin still works if you check the tab where it usually pops up.

The testing addon category of Blender was removed in v3.5 and the issue is that it's still trying to register it. Luckily a very quick fix can be applied to this if you wish to no longer receive the error. Here are the steps:

  1. Unzip the addon zip,
  2. go to the init.py file and edit with a text editor (preferably Notepad++)
  3. Edit line 319 and remove 'TESTING' from it. So line 319 should now look like this: bpy.context.window_manager.addon_support = {'OFFICIAL', 'COMMUNITY'}
  4. Save your changes, zip up the root folder of the plugin.
  5. Remove the previously added plugin from Blender and install you changed one and enable it as always.

And there you go! Should do the trick!