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