Bjornmoses Tuhopuu Devel info page

(last update:2004.09.24)

Bjornmoses Tuhopuu Devel info page

(last update:2014.04.16)
most of the features have been destructed by progress .. well that is the way it is
 

Current Projects

 
UV Painting [2004/09/24]
uvpaint2.gif More fun stuff:
  • New image [is tuhopuu CVS]
  • Smear brush [is tuhopuu CVS]
  • Image Cloning brush [not in tuhopuu CVS]
UV Painting [2004/09/24]
clone1.gif Clone brush:
  • any loaded image can be uses as source .. select it by using the up/down arrows
  • drag it to where you want to clone with RMB .. O_o not UI conform
  • copy/blend with LMB
  • clone display can be blended with "B" slider
UV Painting [is in Tuhopuu CVS but hidden by #define BM_TEXTUREPAINT]
uvpaint1.gif Did some extensions:
  • "Old" brush draws on mouse moves. But requires a move of "stepsize" in percent to have a new segment added. (Inspired by PSP) This ensures reproducable transparent painting.
  • Airbrush simulates has continous flow, controlled by "flow" settings, ( flow in fact it alters the frequency a load of paint is spit to canvas )
  • Soften Brush (does a simple average filter)
  • All brushes know a "inner" circle where full opacity is applied. And do a linear fall off to the outer circle. The ratio of the 2 circles is controlled by the "Fall" settings.
  • Both circles show up while drawing when "Show Tool Drawing" is enabled respectively while moving the mouse "Show Tool Preview" when is enabled.
  • Every "brush" stores it's individual settings .. color,size,fall ..