[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Draw.c Draw.h Material.c NMesh.c NMesh.h Sys.c modules.h

Willian Padovani Germano wgermano at ig.com.br
Tue Jul 1 07:19:20 CEST 2003


ianwill (Willian Padovani Germano) 2003/07/01 07:19:20 CEST

  Modified files:
    blender/source/blender/python/api2_2x Draw.c Draw.h Material.c 
                                          NMesh.c NMesh.h Sys.c 
                                          modules.h 
  
  Log:
  - small fix in Sys.c to compile on Windows:
     Thanks Florian Eggenberger for telling us about it. And Greg McBride for
     pointing a possible fix.
  - Draw.Text and Draw.GetStringWidth updated:
     Now they accept an optional second parameter to set font size and Draw.Text
     returns the drawn string width.
  - Partially fixed the update() and PutRaw() bugs in NMesh:
     A total fix will require bigger changes, but what was done (unless buggy)
     takes care of the common cases.
  
  Revision  Changes    Path
  1.12      +5 -6      blender/source/blender/python/api2_2x/Draw.c
  1.7       +6 -3      blender/source/blender/python/api2_2x/Draw.h
  1.7       +19 -2     blender/source/blender/python/api2_2x/Material.c
  1.12      +107 -102  blender/source/blender/python/api2_2x/NMesh.c
  1.9       +1 -1      blender/source/blender/python/api2_2x/NMesh.h
  1.2       +1 -1      blender/source/blender/python/api2_2x/Sys.c
  1.26      +4 -2      blender/source/blender/python/api2_2x/modules.h



More information about the Bf-blender-cvs mailing list