[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Draw.c Draw.h NMesh.c NMesh.h Object.c Object.h modules.h blender/source/blender/python/api2_2x/doc Draw.py NMesh.py Object.py blender/source/creator Makefile.am

Willian Padovani Germano wgermano at ig.com.br
Sat Sep 20 05:40:17 CEST 2003


ianwill (Willian Padovani Germano) 2003/09/20 05:40:16 CEST

  Modified files:
    blender/source/blender/python/api2_2x Draw.c Draw.h NMesh.c 
                                          NMesh.h Object.c 
                                          Object.h modules.h 
    blender/source/blender/python/api2_2x/doc Draw.py NMesh.py 
                                              Object.py 
    blender/source/creator Makefile.am 
  
  Log:
  Exppython:
  - Object: implemented getBoundBox and makeDisplayList methods
  - NMesh and Object: small internal changes for nicer behavior
  - Draw: added function PupMenu
  - Docs: updated for the additions above
  Auto build tiny fix: added the imbuf include dir to source/creator/Makefile.am
  
  Revision  Changes    Path
  1.14      +21 -0     blender/source/blender/python/api2_2x/Draw.c
  1.9       +18 -5     blender/source/blender/python/api2_2x/Draw.h
  1.22      +140 -23   blender/source/blender/python/api2_2x/NMesh.c
  1.13      +15 -5     blender/source/blender/python/api2_2x/NMesh.h
  1.41      +156 -84   blender/source/blender/python/api2_2x/Object.c
  1.15      +2 -0      blender/source/blender/python/api2_2x/Object.h
  1.33      +1 -1      blender/source/blender/python/api2_2x/modules.h
  1.4       +4 -3      blender/source/blender/python/api2_2x/doc/Draw.py
  1.9       +30 -1     blender/source/blender/python/api2_2x/doc/NMesh.py
  1.8       +31 -0     blender/source/blender/python/api2_2x/doc/Object.py
  1.10      +2 -1      blender/source/creator/Makefile.am



More information about the Bf-blender-cvs mailing list