Uses of Class
org.blender.dna.PaintCurve
-
Packages that use PaintCurve Package Description org.blender.dna org.blender.utils -
-
Uses of PaintCurve in org.blender.dna
Methods in org.blender.dna that return types with arguments of type PaintCurve Modifier and Type Method Description CPointer<PaintCurve>
PaintCurve. __io__addressof()
Instantiates a pointer on this instance.CPointer<PaintCurve>
Brush. getPaint_curve()
Get method for struct member 'paint_curve'.Method parameters in org.blender.dna with type arguments of type PaintCurve Modifier and Type Method Description void
Brush. setPaint_curve(CPointer<PaintCurve> paint_curve)
Set method for struct member 'paint_curve'.Constructors in org.blender.dna with parameters of type PaintCurve Constructor Description PaintCurve(PaintCurve that)
-
Uses of PaintCurve in org.blender.utils
Methods in org.blender.utils that return PaintCurve Modifier and Type Method Description PaintCurve
MainLib. getPaintCurve()
SeePaintCurve
for documentation.Methods in org.blender.utils with parameters of type PaintCurve Modifier and Type Method Description void
MainLib. setPaintCurve(PaintCurve paintCurve)
SeePaintCurve
for documentation.
-