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

Install error

Open DrPinkieDie opened this issue 1 year ago • 4 comments

Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.5\3.5\scripts\modules\addon_utils.py", line 369, in enable mod.register() File "C:\Users\kingc\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\cats-blender-plugin-master_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')

DrPinkieDie avatar Apr 04 '23 13:04 DrPinkieDie

i keep having this same exact issue

Dreamer-Zero avatar Apr 05 '23 03:04 Dreamer-Zero

The fix is in the development branch. You can download the fixed version from this link.

Frankly, I'm disappointed in the current crop of developers. This issue keeps popping up, yet there hasn't been any updates to the master branch or any new stables. I'm not even a developer for this project, yet this is the third time I had to respond to a bug report on account of the actual developers seemingly not paying attention.

Given the inactivity of the repository owner, I find myself wondering if the current developers even possess the authority to update the master branch or release a new stable. If that's the case, I'm wondering why none of the active developers forked the project in order to develop it at a faster pace.

Failing to keep pace with Blender stable releases isn't acceptable. If the current developers don't clean up their act, they might find themselves competing with a fork.

idrisz19 avatar Apr 05 '23 14:04 idrisz19

Given the inactivity of the repository owner, I find myself wondering if the current developers even possess the authority to update the master branch or release a new stable.

:sweat_smile:

If that's the case, I'm wondering why none of the active developers forked the project in order to develop it at a faster pace.

https://github.com/feilen/tuxedo-blender-plugin

feilen avatar Apr 08 '23 20:04 feilen

The fix is in the development branch. You can download the fixed version from this link.

Frankly, I'm disappointed in the current crop of developers. This issue keeps popping up, yet there hasn't been any updates to the master branch or any new stables. I'm not even a developer for this project, yet this is the third time I had to respond to a bug report on account of the actual developers seemingly not paying attention.

Given the inactivity of the repository owner, I find myself wondering if the current developers even possess the authority to update the master branch or release a new stable. If that's the case, I'm wondering why none of the active developers forked the project in order to develop it at a faster pace.

Failing to keep pace with Blender stable releases isn't acceptable. If the current developers don't clean up their act, they might find themselves competing with a fork.

Wow! Thanks! After modifying it according to your method, it works again!

Charmster-Wang avatar Apr 09 '23 11:04 Charmster-Wang