Uses of Class
org.blender.dna.GpPaint
-
Packages that use GpPaint Package Description org.blender.dna -
-
Uses of GpPaint in org.blender.dna
Methods in org.blender.dna that return types with arguments of type GpPaint Modifier and Type Method Description CPointer<GpPaint>
GpPaint. __io__addressof()
Instantiates a pointer on this instance.CPointer<GpPaint>
ToolSettings. getGp_paint()
Get method for struct member 'gp_paint'.Method parameters in org.blender.dna with type arguments of type GpPaint Modifier and Type Method Description void
ToolSettings. setGp_paint(CPointer<GpPaint> gp_paint)
Set method for struct member 'gp_paint'.Constructors in org.blender.dna with parameters of type GpPaint Constructor Description GpPaint(GpPaint that)
-