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