[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel/intern script.c blender/source/blender/python BPY_interface.c blender/source/blender/python/api2_2x Blender.c Effect.c Effect.h Object.c Types.c Types.h matrix.c modules.h blender/source/blender/python/api2_2x/doc Draw.py

Willian Padovani Germano wgermano at ig.com.br
Fri Apr 23 15:11:48 CEST 2004


ianwill (Willian Padovani Germano) 2004/04/23 15:11:48 CEST

  Modified files:
    blender/source/blender/blenkernel/intern script.c 
    blender/source/blender/python BPY_interface.c 
    blender/source/blender/python/api2_2x Blender.c Effect.c 
                                          Effect.h Object.c 
                                          Types.c Types.h matrix.c 
                                          modules.h 
    blender/source/blender/python/api2_2x/doc Draw.py 
  
  Log:
  BPython:
  - fixed two warnings, unused var in Object.c and undeclared function in script.c
  - updated Blender.Draw doc, it was missing info about Button object
  - refactored pytype initialization to try to fix for once platform (and distro!) specific crashes on startup.  This asked for tiny updates in Effect.[ch] (removed static from declaration, moved definitions to the .c file) and modules.h
  - fixed error I made trying to fix scripts w/ no [eol] char in menus.  Thanks Michael Velikanje for reporting the problem!
  
  Revision  Changes    Path
  1.4       +2 -2      blender/source/blender/blenkernel/intern/script.c
  1.40      +2 -2      blender/source/blender/python/BPY_interface.c
  1.32      +4 -2      blender/source/blender/python/api2_2x/Blender.c
  1.6       +34 -0     blender/source/blender/python/api2_2x/Effect.c
  1.4       +0 -35     blender/source/blender/python/api2_2x/Effect.h
  1.68      +1 -1      blender/source/blender/python/api2_2x/Object.c
  1.13      +82 -58    blender/source/blender/python/api2_2x/Types.c
  1.10      +13 -14    blender/source/blender/python/api2_2x/Types.h
  1.6       +1 -1      blender/source/blender/python/api2_2x/matrix.c
  1.39      +2 -0      blender/source/blender/python/api2_2x/modules.h
  1.7       +9 -0      blender/source/blender/python/api2_2x/doc/Draw.py



More information about the Bf-blender-cvs mailing list