Anzeigen 2.4.1-sig-20080221-1 - Change Log
file info- category(Tag)
- Wurzel
- dateiname
- gimp-painter_2.4.1-sig-20080221-1_-_Changes
- letztes update
- 2008-03-13 00:16
- typ
- Plain Text
- editor
- sigetch
- beschreibung
- 2.4.1-sig-20080221-1 - Change Log
- sprache
- English
- translate
* 2008-02-21
- introduce following classes:
+- GimpBrushModifierCore
| +- GimpBlendModifier
+- GimpBrushModifierOptions
| +- GimpBlendModifierOptions
+- GimpBrushModifierTool
+- GimpBlendModifierTool
one or more instances of GimpBrushModifierCore and its
derived classes are attached to GimpCustomBrush object
and modify behavior of the brush.
one or more instances of GimpBrushModifierOptions and its
derived classes are attached to GimpCustomBrushOptions
object and modify behavior of the options.
one or more instances of GimpBrushModifierTool and its
derived classes are attached to GimpCustomBrushTool
object and modify behavior of ***_options_gui function.
- move all of the blending functions to GimpBlendModifier* classes.
| |