Blender V5.0
BKE_paint_types.hh File Reference

Go to the source code of this file.

Classes

struct  blender::bke::PaintRuntime

Namespaces

namespace  blender
namespace  blender::ocio
namespace  blender::bke

Enumerations

enum class  PaintMode : int8_t {
  Sculpt = 0 , Vertex = 1 , Weight = 2 , Texture3D = 3 ,
  Texture2D = 4 , GPencil = 6 , VertexGPencil = 7 , SculptGPencil = 8 ,
  WeightGPencil = 9 , SculptCurves = 10 , Invalid = 11
}

Enumeration Type Documentation

◆ PaintMode

enum class PaintMode : int8_t
strong
Enumerator
Sculpt 
Vertex 

Vertex color.

Weight 
Texture3D 

3D view (projection painting).

Texture2D 

Image space (2D painting).

GPencil 
VertexGPencil 
SculptGPencil 
WeightGPencil 
SculptCurves 

Curves.

Invalid 

Keep last.

Definition at line 21 of file BKE_paint_types.hh.