開發和下載開源軟體

瀏覽 2.4.1-sig-20080221-1 - Change Log

category(Tag) tree

file info

category(Tag)
檔案名
gimp-painter_2.4.1-sig-20080221-1_-_Changes
最後更新
2008-03-13 00:16
類型
Plain Text
editor
sigetch
描述
2.4.1-sig-20080221-1 - Change Log
語言
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.