andyp123 / blender_vertex_color_master

Blender addon for working more precisely with vertex colours.
345 stars 38 forks source link

Addon not working on Blender 3.0.0 #35

Closed HaiseSaeye closed 2 years ago

HaiseSaeye commented 2 years ago

Once you check it on doesnt appear, when you uncheck it this message appears.

imagen

13Stewartc commented 2 years ago

I'm using 3.0 with this add-on and it works flawlessly :) image

HaiseSaeye commented 2 years ago

good, it doesnt work for me

ghost commented 2 years ago

Same here.

Tested Blender 3.0.0 and Blender 3.0.1, both portable, and always deleted the Blender folder from /appdata/ to simulate a fresh install. Many addons had similar problems with the change to 3.0. Hope this great addon has not been abandoned, it is part of my workflow.

Thanks for the addon anyway.

error

HaiseSaeye commented 2 years ago

imagen still persistent despite deleting the folder on appdata any other idea?

andyp123 commented 2 years ago

Firstly, I have not totally abandoned the addon, but certainly I have not worked on it for a long time - I think since 2.8 was released. Sorry for the lack of updates. There have been many changes to Blender, including some to the Python API that Vertex Color Master relies upon. Since it's now actually broken in 3.3 alpha builds, I am planning to start work on fixing as many bugs as I can and possibly adding a couple of new features. The new release is likely to require Blender 3.2 or above because the colour format has changed, and I don't want to maintain multiple versions.

In 3.2, if you use a vertex colour channel that is not of the format "face corner > byte color" there will be errors. I will have to modify the addon to properly support the different colour types. There are some other bugs that seem to be getting more troublesome for some users on more recent versions of Blender, although I personally didn't have any problems until 3.2.

13Stewartc commented 2 years ago

I'm using it on 3.1, it works fine, haven't upgraded to 3.2 due to the changes to vertex color. Hoping to see an update soon as I rely on this addon for my work :D Hope you're doing well Andy! :)

andyp123 commented 2 years ago

Doing good thanks! :) I've been using it for work, and it's actually been working fine in 3.3 alpha without me changing it. However, there are a lot of problems that can occur, so I'll try to fix as many of the issues that have cropped up since the last update, and pop in a couple features. Not going to promise any timeframe ;)

13Stewartc commented 2 years ago

Glad you're doing good :) if you want an idea for a feature it'd be neat to be able to apply vertex paint to more than one object at a time. Rn it defaults to the last selected object when entering vertex mode. Meaning I can't vertex paint across different objects at once.

andyp123 commented 2 years ago

As far as I'm aware, Blender doesn't support multi-object in sculpt or paint modes, and adding it is something outside of my comfort zone and probably the scope of this add-on. However, I could make some operators available in multi-object mode that don't involve painting. For example:

Do you have any operations you'd want to see supported in multi-object mode?

13Stewartc commented 2 years ago

None come to mind but I'll keep thinking about it and get back to you if I come up with anything :D

HaiseSaeye commented 2 years ago

it works normally now, i had to reinstall the addon and be on vertex color tab to show up