Detailed Description

A list of the IDs for the main Sculpt brushes.
When registering Modifiers (see RegisterBrushModifier()) use these IDs to either filter out the Modifier for one or more specific brushes, or alternatively only show the Modifier on one or more specific brushes.

Enumerations

enum class  SCULPTBRUSHID {
  SMOOTH ,
  PULL ,
  FLATTEN ,
  PINCH ,
  ERASE ,
  GRAB ,
  MASK ,
  KNIFE ,
  WAX ,
  INFLATE ,
  FILL ,
  SCRAPE ,
  REPEAT ,
  AMPLIFY ,
  SELECT
}
 

Functions

enum SCULPTBRUSHID MAXON_ENUM_LIST (SCULPTBRUSHID)
 

Enumeration Type Documentation

◆ SCULPTBRUSHID

enum SCULPTBRUSHID
strong
Enumerator
SMOOTH 

Smooth brush ID.

PULL 

Pull brush ID.

FLATTEN 

Flatten brush ID.

PINCH 

Pinch brush ID.

ERASE 

Erase brush ID.

GRAB 

Grab brush ID.

MASK 

Mask brush ID.

KNIFE 

Knife brush ID.

WAX 

Wax brush ID.

INFLATE 

Inflate brush ID.

FILL 

Fill brush ID.

SCRAPE 

Scrape brush ID.

REPEAT 

Repeat brush ID.

AMPLIFY 

Amplify brush ID.

SELECT 

Select brush ID.

Function Documentation

◆ MAXON_ENUM_LIST()

enum SCULPTBRUSHID MAXON_ENUM_LIST ( SCULPTBRUSHID  )