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