|
Blender V5.0
|
#include "DNA_ID.h"#include "DNA_brush_enums.h"#include "DNA_curve_types.h"#include "DNA_defs.h"#include "DNA_texture_types.h"Go to the source code of this file.
Classes | |
| struct | BrushGpencilSettings |
| struct | BrushCurvesSculptSettings |
| struct | Brush |
| struct | tPaletteColorHSV |
| struct | PaletteColor |
| struct | Palette |
| struct | PaintCurvePoint |
| struct | PaintCurve |
Macros | |
| #define | AUTOMASKING_BOUNDARY_EDGES_MAX_PROPAGATION_STEPS 20 |
Typedefs | |
| typedef struct BrushGpencilSettings | BrushGpencilSettings |
| typedef struct BrushCurvesSculptSettings | BrushCurvesSculptSettings |
| typedef struct Brush | Brush |
| typedef struct tPaletteColorHSV | tPaletteColorHSV |
| typedef struct PaletteColor | PaletteColor |
| typedef struct Palette | Palette |
| typedef struct PaintCurvePoint | PaintCurvePoint |
| typedef struct PaintCurve | PaintCurve |
| #define AUTOMASKING_BOUNDARY_EDGES_MAX_PROPAGATION_STEPS 20 |
Max number of propagation steps for automasking settings.
Definition at line 161 of file DNA_brush_types.h.
Referenced by rna_def_brush(), and rna_def_sculpt().
| typedef struct Brush Brush |
| typedef struct BrushCurvesSculptSettings BrushCurvesSculptSettings |
| typedef struct BrushGpencilSettings BrushGpencilSettings |
| typedef struct PaintCurve PaintCurve |
| typedef struct PaintCurvePoint PaintCurvePoint |
| typedef struct Palette Palette |
| typedef struct PaletteColor PaletteColor |
| typedef struct tPaletteColorHSV tPaletteColorHSV |