[tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src vpaint.c space.c drawimage.c tuhopuu2/source/blender/img/intern IMG_PixmapRGBA32.h IMG_PixmapRGBA32.cpp IMG_CanvasRGBA32.h IMG_CanvasRGBA32.cpp IMG_Api.cpp tuhopuu2/source/blender/img IMG_Api.h ...

Jens Ole Wund (bjornmose) bjornmose at gmx.net
Thu Jul 1 23:37:20 CEST 2004


bjornmose (Jens Ole Wund(bjornmose)) 2004/07/01 23:37:20 CEST

  Modified files:
    tuhopuu2/source/blender/src vpaint.c space.c drawimage.c 
    tuhopuu2/source/blender/img/intern IMG_PixmapRGBA32.h 
                                       IMG_PixmapRGBA32.cpp 
                                       IMG_CanvasRGBA32.h 
                                       IMG_CanvasRGBA32.cpp 
                                       IMG_Api.cpp 
    tuhopuu2/source/blender/img IMG_Api.h 
    tuhopuu2/source/blender/include BSE_trans_types.h 
  
  Log:
  	advanced UV-editor painting tools
  	still experimantal and hidden with #ifdef BM_TEXTUREPAINT
  	gives extended floating paint panel in UV editor with
  	new brush types
  	"air brush","Black Air Brush","White Air Brush","Soften"
  	adjustable linear fall off radii (gardient brush)
  	for a scons build edit config.opts to look like
  	....
  	# Extra compiler flags can be defined here.
  	DEFINES = ['GLEW_STATIC','BM_TEXTUREPAINT']
  	....
  	MSCV projects need to define BM_TEXTUREPAINT in BL_SRC
  
  Revision  Changes    Path
  1.12      +5 -1      tuhopuu2/source/blender/src/vpaint.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/vpaint.c.diff?r1=1.11&r2=1.12&cvsroot=tuhopuu>
  1.64      +193 -10   tuhopuu2/source/blender/src/space.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/space.c.diff?r1=1.63&r2=1.64&cvsroot=tuhopuu>
  1.19      +47 -1     tuhopuu2/source/blender/src/drawimage.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/drawimage.c.diff?r1=1.18&r2=1.19&cvsroot=tuhopuu>
  1.2       +3 -1      tuhopuu2/source/blender/img/intern/IMG_PixmapRGBA32.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/img/intern/IMG_PixmapRGBA32.h.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>
  1.2       +32 -1     tuhopuu2/source/blender/img/intern/IMG_PixmapRGBA32.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/img/intern/IMG_PixmapRGBA32.cpp.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>
  1.2       +2 -1      tuhopuu2/source/blender/img/intern/IMG_CanvasRGBA32.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/img/intern/IMG_CanvasRGBA32.h.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>
  1.2       +103 -1    tuhopuu2/source/blender/img/intern/IMG_CanvasRGBA32.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/img/intern/IMG_CanvasRGBA32.cpp.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>
  1.2       +23 -1     tuhopuu2/source/blender/img/intern/IMG_Api.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/img/intern/IMG_Api.cpp.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>
  1.2       +3 -1      tuhopuu2/source/blender/img/IMG_Api.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/img/IMG_Api.h.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>
  1.2       +7 -1      tuhopuu2/source/blender/include/BSE_trans_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/include/BSE_trans_types.h.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>



More information about the tuhopuu-cvs mailing list