andyp123 / blender_vertex_color_master

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

"Paint solid face" vertex paint mode - feature request #34

Open Feral3d opened 2 years ago

Feral3d commented 2 years ago

I understand that users are able to paint by "face" in the vertex paint mode using Select faces, however would it be possible to add a Paint by Face option? that users could paint the nearest polygon a solid color without color gradients and without having to first individually paint those faces? It would be invaluable for me and the game project I am creating.

motorsep commented 2 years ago

I second this request - while "painting" selected faces works fine, it's a cumbersome workflow :(

andyp123 commented 2 years ago

I'm going to update the addon soon to fix some issues that cropped up recently. I will try to add this feature, but I'm not sure how difficult it will be. While I'm not sure I can do actual painting from python, I can probably speed up the workflow for colouring faces. I assume you want the face you click on get filled with the selected colour, correct?

Anyway, I will see what I can do.