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