[Bf-blender-cvs] CVS commit: blender/source/blender/python BPY_interface.c blender/source/blender/python/api2_2x Armature.c Armature.h BGL.c BGL.h Bone.c Camera.c Camera.h Curve.c Curve.h Draw.c Ipo.c Ipo.h Lamp.c Metaball.c Metaball.h NMesh.c NMesh.h Object.c Scene.c Text.h Types.c Types.h vector.c

Willian Padovani Germano wgermano at ig.com.br
Thu Jun 12 06:52:07 CEST 2003


ianwill (Willian Padovani Germano) 2003/06/12 06:52:07 CEST

  Modified files:
    blender/source/blender/python BPY_interface.c 
    blender/source/blender/python/api2_2x Armature.c Armature.h 
                                          BGL.c BGL.h Bone.c 
                                          Camera.c Camera.h 
                                          Curve.c Curve.h Draw.c 
                                          Ipo.c Ipo.h Lamp.c 
                                          Metaball.c Metaball.h 
                                          NMesh.c NMesh.h Object.c 
                                          Scene.c Text.h Types.c 
                                          Types.h vector.c 
  
  Log:
  * Small changes in many files:
  -  Trying to fix linking problems in OSX;
  -  Making module .Get functions behave like the ones in Blender 2.25 - 2.27
     (Guignot pointed the incompatibility);
  -  Included more types to Blender.Types;
  -  Found by luck and corrected two bugs that were making Blender crash;
  -  Added/updated some simple functions.
  
  Revision  Changes    Path
  1.11      +1 -1      blender/source/blender/python/BPY_interface.c
  1.4       +8 -10     blender/source/blender/python/api2_2x/Armature.c
  1.3       +1 -1      blender/source/blender/python/api2_2x/Armature.h
  1.7       +5 -5      blender/source/blender/python/api2_2x/BGL.c
  1.5       +1 -1      blender/source/blender/python/api2_2x/BGL.h
  1.4       +3 -4      blender/source/blender/python/api2_2x/Bone.c
  1.12      +133 -130  blender/source/blender/python/api2_2x/Camera.c
  1.13      +0 -2      blender/source/blender/python/api2_2x/Camera.h
  1.6       +65 -65    blender/source/blender/python/api2_2x/Curve.c
  1.5       +1 -1      blender/source/blender/python/api2_2x/Curve.h
  1.5       +4 -4      blender/source/blender/python/api2_2x/Draw.c
  1.2       +175 -133  blender/source/blender/python/api2_2x/Ipo.c
  1.2       +2 -2      blender/source/blender/python/api2_2x/Ipo.h
  1.13      +70 -70    blender/source/blender/python/api2_2x/Lamp.c
  1.3       +45 -4     blender/source/blender/python/api2_2x/Metaball.c
  1.2       +1 -1      blender/source/blender/python/api2_2x/Metaball.h
  1.8       +4 -4      blender/source/blender/python/api2_2x/NMesh.c
  1.6       +1 -1      blender/source/blender/python/api2_2x/NMesh.h
  1.16      +7 -6      blender/source/blender/python/api2_2x/Object.c
  1.4       +8 -8      blender/source/blender/python/api2_2x/Scene.c
  1.7       +9 -8      blender/source/blender/python/api2_2x/Text.h
  1.2       +34 -19    blender/source/blender/python/api2_2x/Types.c
  1.2       +2 -0      blender/source/blender/python/api2_2x/Types.h
  1.4       +3 -3      blender/source/blender/python/api2_2x/vector.c



More information about the Bf-blender-cvs mailing list