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