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