andyp123 / blender_vertex_color_master

Blender addon for working more precisely with vertex colours.
365 stars 40 forks source link

Blender 4 - Add on installed correctly, UI does not appear. #46

Closed K41x closed 3 months ago

K41x commented 10 months ago

Hi there, I understand that this is an older addon and that it is prone to breaking.

I have come across this issue where the UI does not show up at all.

I have selected all in edit mode and gone to V-Painting, and the interface doesn't appear.

image

Dspazio commented 10 months ago

Try to edit vcm_ops.py: Put 'SMOOTH_COLOR' and 'UNIFORM_COLOR' instead of old values and see if that works

NOTE: Happened to me the same. Uninstalled the addon, then reinstalled in latest stable but I got an error that should be solvable with the changes I suggest

KenIuo commented 9 months ago

Try to edit vcm_ops.py: Put 'SMOOTH_COLOR' and 'UNIFORM_COLOR' instead of old values and see if that works

NOTE: Happened to me the same. Uninstalled the addon, then reinstalled in latest stable but I got an error that should be solvable with the changes I suggest

Please, can you explain in more detail, what should I edit in vcm_ops.py?

Dspazio commented 9 months ago

Yep,

lines 72 and 73

change 2D_SMOOTH_COLOR to SMOOTH_COLOR

same with 2D_UNIFORM_COLOR must change to UNIFORM COLOR

I've attached my file just in case


De: KenIuo @.> Enviado: martes, 13 de febrero de 2024 11:06 Para: andyp123/blender_vertex_color_master @.> Cc: Dspazio @.>; Comment @.> Asunto: Re: [andyp123/blender_vertex_color_master] Blender 4 - Add on installed correctly, UI does not appear. (Issue #46)

Try to edit vcm_ops.py: Put 'SMOOTH_COLOR' and 'UNIFORM_COLOR' instead of old values and see if that works

NOTE: Happened to me the same. Uninstalled the addon, then reinstalled in latest stable but I got an error that should be solvable with the changes I suggest

Please, can you explain in more detail, what should I edit in vcm_ops.py?

— Reply to this email directly, view it on GitHubhttps://github.com/andyp123/blender_vertex_color_master/issues/46#issuecomment-1941032895, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AH62HE3QF3726YAPQRKC77TYTM3I5AVCNFSM6AAAAABCRBF3P6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBRGAZTEOBZGU. You are receiving this because you commented.Message ID: @.***>

KenIuo commented 9 months ago

Yep, lines 72 and 73 change 2D_SMOOTH_COLOR to SMOOTH_COLOR same with 2D_UNIFORM_COLOR must change to UNIFORM COLOR I've attached my file just in case ____ De: KenIuo @.> Enviado: martes, 13 de febrero de 2024 11:06 Para: andyp123/blender_vertex_color_master @.> Cc: Dspazio @.>; Comment @.> Asunto: Re: [andyp123/blender_vertex_color_master] Blender 4 - Add on installed correctly, UI does not appear. (Issue #46) Try to edit vcm_ops.py: Put 'SMOOTH_COLOR' and 'UNIFORM_COLOR' instead of old values and see if that works NOTE: Happened to me the same. Uninstalled the addon, then reinstalled in latest stable but I got an error that should be solvable with the changes I suggest Please, can you explain in more detail, what should I edit in vcm_ops.py? — Reply to this email directly, view it on GitHub<#46 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AH62HE3QF3726YAPQRKC77TYTM3I5AVCNFSM6AAAAABCRBF3P6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBRGAZTEOBZGU. You are receiving this because you commented.Message ID: @.***>

Thank you for the reply. My addon starts work well for some reason, but I will remember your advicejust in case.

raphaelzira commented 9 months ago

Hello! I managed to install it, but it doesn't show any Vertex Color menu. Do you have any solution?

bratok10041992 commented 9 months ago

Try to edit vcm_ops.py: Put 'SMOOTH_COLOR' and 'UNIFORM_COLOR' instead of old values and see if that works

NOTE: Happened to me the same. Uninstalled the addon, then reinstalled in latest stable but I got an error that should be solvable with the changes I suggest

Thanks for your help, it really helped!

raphaelzira commented 9 months ago

Try to edit vcm_ops.py: Put 'SMOOTH_COLOR' and 'UNIFORM_COLOR' instead of old values and see if that works NOTE: Happened to me the same. Uninstalled the addon, then reinstalled in latest stable but I got an error that should be solvable with the changes I suggest

Yes, I can install it by following the process you went through, but the VCM menu is not activated. image

greenAnaka commented 8 months ago

but the VCM menu is not activated. !

have you managed to solve this? I'm facing the same problem

raphaelzira commented 8 months ago

but the VCM menu is not activated. !

have you managed to solve this? I'm facing the same problem

hello! I couldn't solve it, I just gave up.

Andrej730 commented 4 months ago

If anyone facing the same issue, please report the errors from the system console (Window - Toggle System Console).

jbikeler commented 4 months ago

Yes, I can install it by following the process you went through, but the VCM menu is not activated.

I forked this repo and looked at it for 2 hours, because I had the same issue. Wasn't until I saw the line, @classmethod def poll(cls, context): obj = context.active_object return obj is not None and obj.mode == 'VERTEX_PAINT' that I was like, "Oh.... I need to be in vertex paint mode." Aaaand there it was. VMC side panel appears just fine. Hope this helps!

andyp123 commented 3 months ago

There's a more recent alpha release of vertex color master that should fix a lot of issues with more recent versions of Blender, so I'm going to close this issue.