Uses of Class
org.blender.dna.Brush
-
Packages that use Brush Package Description org.blender.dna org.blender.utils -
-
Uses of Brush in org.blender.dna
Methods in org.blender.dna that return types with arguments of type Brush Modifier and Type Method Description CPointer<Brush>
Brush. __io__addressof()
Instantiates a pointer on this instance.CPointer<Brush>
Paint. getBrush()
Get method for struct member 'brush'.CPointer<Brush>
PaintToolSlot. getBrush()
Get method for struct member 'brush'.CPointer<Brush>
bGPdata_Runtime. getSbuffer_brush()
Get method for struct member 'sbuffer_brush'.CPointer<Brush>
Brush. getToggle_brush()
Get method for struct member 'toggle_brush'.Method parameters in org.blender.dna with type arguments of type Brush Modifier and Type Method Description void
Paint. setBrush(CPointer<Brush> brush)
Set method for struct member 'brush'.void
PaintToolSlot. setBrush(CPointer<Brush> brush)
Set method for struct member 'brush'.void
bGPdata_Runtime. setSbuffer_brush(CPointer<Brush> sbuffer_brush)
Set method for struct member 'sbuffer_brush'.void
Brush. setToggle_brush(CPointer<Brush> toggle_brush)
Set method for struct member 'toggle_brush'.Constructors in org.blender.dna with parameters of type Brush Constructor Description Brush(Brush that)
-
Uses of Brush in org.blender.utils
Methods in org.blender.utils that return Brush Modifier and Type Method Description Brush
MainLib. getBrush()
SeeBrush
for documentation.Methods in org.blender.utils with parameters of type Brush Modifier and Type Method Description void
MainLib. setBrush(Brush brush)
SeeBrush
for documentation.
-