Krita Source Code Documentation
Loading...
Searching...
No Matches
deprecated_remove_after_krita6 Namespace Reference

Classes

class  SensorPackHardness
 
class  SensorPackOpacity
 
class  SensorPackRadiusLogarithmic
 

Variables

const QString MYPAINT_DIAMETER = "MyPaint/diameter"
 
const QString MYPAINT_HARDNESS = "MyPaint/hardness"
 
const QString MYPAINT_OPACITY = "MyPaint/opcity"
 

Variable Documentation

◆ MYPAINT_DIAMETER

const QString deprecated_remove_after_krita6::MYPAINT_DIAMETER = "MyPaint/diameter"

Definition at line 20 of file MyPaintStandardOptionData.cpp.

◆ MYPAINT_HARDNESS

const QString deprecated_remove_after_krita6::MYPAINT_HARDNESS = "MyPaint/hardness"

Before Krita 5.2 MyPaint brushes saved into .kpp files used to have separate properties for hardness, opacity and diameter. They are gone with Krita 5.2, but to make sure new brush presets can be open with the older versions of Krita, we should keep them for some time.

Definition at line 18 of file MyPaintStandardOptionData.cpp.

◆ MYPAINT_OPACITY

const QString deprecated_remove_after_krita6::MYPAINT_OPACITY = "MyPaint/opcity"

Definition at line 19 of file MyPaintStandardOptionData.cpp.