SCULPTOFFSETFLAGS

Detailed Description

Flags for the BrushDabData::OffsetPoint() methods to allow to use or ignore settings for the layer such as Mask and Strength.

Enumerations

enum class  SCULPTOFFSETFLAGS {
  NONE ,
  RESPECTSTRENGTH ,
  IGNOREMASK
}
 

Functions

enum SCULPTOFFSETFLAGS MAXON_ENUM_FLAGS (SCULPTOFFSETFLAGS)
 

Enumeration Type Documentation

◆ SCULPTOFFSETFLAGS

enum SCULPTOFFSETFLAGS
strong
Enumerator
NONE 

None.

RESPECTSTRENGTH 

Respect the Strength of the current layer.

IGNOREMASK 

Ignore the Mask setting for the current layer.

Function Documentation

◆ MAXON_ENUM_FLAGS()

enum SCULPTOFFSETFLAGS MAXON_ENUM_FLAGS ( SCULPTOFFSETFLAGS  )