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