[Bf-blender-cvs] CVS commit: blender/source/blender/bpython/include BPY_extern.h blender/source/blender/bpython/intern BPY_main.c blender/source/blender/python/api2_2x Draw.c

Willian Padovani Germano wgermano at ig.com.br
Sun Jun 29 16:35:50 CEST 2003


ianwill (Willian Padovani Germano) 2003/06/29 16:35:50 CEST

  Modified files:
    blender/source/blender/bpython/include BPY_extern.h 
    blender/source/blender/bpython/intern BPY_main.c 
    blender/source/blender/python/api2_2x Draw.c 
  
  Log:
  - Trying to fix something I caused:
      Added a function call to creator.c that is needed by exppython, but forgot
      to add the function also to the old bpython implementation.  Thanks, Hos!
  - Addition in Draw.Text and Draw.GetStringWidth (Python Draw methods):
      Now script writers can select the font size: normal, small or tiny.
  
  Revision  Changes    Path
  1.6       +2 -1      blender/source/blender/bpython/include/BPY_extern.h
  1.4       +13 -2     blender/source/blender/bpython/intern/BPY_main.c
  1.11      +603 -583  blender/source/blender/python/api2_2x/Draw.c



More information about the Bf-blender-cvs mailing list