23
$\begingroup$

I'm trying to add some fake shading to a model in vertex paint mode, but I'm having trouble because some parts of the mesh hide the vertices I'm trying to paint. Ideally, since I'm painting the same colour on all vertices, I'd like to select all the vertices in edit mode, and then use the fill tool (shift+k) to assign the colour to only the selected vertices.

I searched on the internet for any kind of masking in vertex paint mode, and there appears to be something called "Face Selection Mask", but this info was from an old forum thread, and doesn't seem to exist in Blender 2.74. The ability to paint or fill only the selection would be extremely helpful.

$\endgroup$
2
  • $\begingroup$ I'd also like to mention that I thought of hiding parts of the mesh that are in the way, but the hidden parts of the mesh become unhidden in vertex paint mode. The only way seems to be to break the mesh apart, but this isn't an ideal workaround. $\endgroup$
    – MrFlamey
    Commented May 20, 2015 at 7:13
  • $\begingroup$ Try this script if it helps: blender.stackexchange.com/questions/30841/… $\endgroup$ Commented May 20, 2015 at 7:35

2 Answers 2

29
$\begingroup$

Face selection masking is available in the 3D header when in 'Vertex Paint' mode:

enter image description here

Because this works on faces you will only be able to paint vertices that make up a face, individual vertices or edges won't be filled.

  1. Select the vertices you want to paint on in edit mode.

  2. Change to 'Vertex Paint' mode.

  3. Enable 'Face selection masking' in the 3D header. There will now be a dotted line around the selected faces.

  4. Press Shift+K to fill the selection with the desired colours.

$\endgroup$
0
10
$\begingroup$

One way you can do this is with the mask modifier:

enter image description here

  1. Add a vertex group of the vertices you want to paint on (or the area you don't want to paint on, whichever is easier)
  2. Add a mask modifier and toggle the invert option if you selected the vertices you don't want to paint on.
  3. Paint, then disable/delete the mask modifier when you are done.
$\endgroup$

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .