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