Package bpy :: Module types :: Class VertexPaint
[hide private]
[frames] | no frames]

Class VertexPaint


The Vertex Paint Object

Properties of vertex and weight paint mode.

References

Instance Variables [hide private]
int in [0, inf] active_brush_index
active_brush_index (Inherited from bpy.types.Paint)
boolean all_faces
Paint on all faces inside brush.
Brush brush
Active paint brush. (Inherited from bpy.types.Paint)
Collection of Brush (readonly) brushes
Brushes selected for this paint mode. (Inherited from bpy.types.Paint)
enum mode
Mode in which color is painted.
boolean normals
Applies the vertex normal before painting.
boolean spray
Keep applying paint effect while holding mouse.
Instance Variable Details [hide private]

mode

Mode in which color is painted. in...
  • MIX
  • ADD
  • SUB
  • MUL
  • BLUR
  • LIGHTEN
  • DARKEN
Type:
enum