blender-sculpt-tools icon indicating copy to clipboard operation
blender-sculpt-tools copied to clipboard

Update to Blender 2.80 but I'm already using the 2.8 beta?

Open watercolorhearts opened this issue 6 years ago • 4 comments

Here's a picture of my issue:

image

The Sculpting Tools addon says Upgrade to 2.8x required and is marked with a <!> icon. Is this valid or does it just say that even if you're using the 2.8 beta, like me?

watercolorhearts avatar Feb 07 '19 16:02 watercolorhearts

Most of the time i believe that means some parts do work, yet not all.

schroef avatar Feb 07 '19 17:02 schroef

It actually just means the addon's bl_info version in init.py is not set to (2, 80, 0). It is a simple check to let you know that this addon is not updated for 2.80, and probably won't work as expected. The Blender API has changed significantly with this new version.

amerizalde avatar May 04 '19 13:05 amerizalde

Just make your bl_info have a line for blender version:

bl_info = { "name": "Addon Name", "category": "Object", "blender": (2, 80, 0) }

gantlforra avatar Oct 20 '19 21:10 gantlforra

This plugin cannot be enabled for 2.8.1 due to API changes. Could anyone fix that? Thx! https://wiki.blender.org/wiki/Reference/Release_Notes/2.80/Python_API/Addons#Registration

hls333555 avatar Jan 20 '20 02:01 hls333555