[Bf-blender-cvs] CVS commit: 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 Draw.h Image.c Lamp.c Lamp.h Material.c NMesh.c Object.c Object.h Text.c Text.h constant.c modules.h rgbTuple.c vector.c

Michel Selten michel.s at home.nl
Mon Jun 2 22:16:11 CEST 2003


michel (Michel Selten) 2003/06/02 22:16:11 CEST

  Modified files:
    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 
                                          Draw.h Image.c Lamp.c 
                                          Lamp.h Material.c 
                                          NMesh.c Object.c 
                                          Object.h Text.c Text.h 
                                          constant.c modules.h 
                                          rgbTuple.c vector.c 
  
  Log:
  * Fix compilation errors on Windows hopefully. Implemented the suggestion done
    by Aphex - thanks.
  * Added the doc strings to the Object module.
  * Added more functionality to the Object module.
  
  Revision  Changes    Path
  1.2       +2 -0      blender/source/blender/python/api2_2x/Armature.c
  1.2       +1 -1      blender/source/blender/python/api2_2x/Armature.h
  1.5       +2 -0      blender/source/blender/python/api2_2x/BGL.c
  1.4       +1 -1      blender/source/blender/python/api2_2x/BGL.h
  1.2       +3 -1      blender/source/blender/python/api2_2x/Bone.c
  1.8       +3 -0      blender/source/blender/python/api2_2x/Camera.c
  1.8       +1 -1      blender/source/blender/python/api2_2x/Camera.h
  1.4       +3 -0      blender/source/blender/python/api2_2x/Curve.c
  1.4       +1 -1      blender/source/blender/python/api2_2x/Curve.h
  1.3       +2 -0      blender/source/blender/python/api2_2x/Draw.c
  1.4       +1 -1      blender/source/blender/python/api2_2x/Draw.h
  1.8       +3 -1      blender/source/blender/python/api2_2x/Image.c
  1.10      +2 -0      blender/source/blender/python/api2_2x/Lamp.c
  1.9       +1 -1      blender/source/blender/python/api2_2x/Lamp.h
  1.3       +3 -1      blender/source/blender/python/api2_2x/Material.c
  1.6       +9 -4      blender/source/blender/python/api2_2x/NMesh.c
  1.11      +221 -47   blender/source/blender/python/api2_2x/Object.c
  1.6       +48 -25    blender/source/blender/python/api2_2x/Object.h
  1.5       +2 -0      blender/source/blender/python/api2_2x/Text.c
  1.6       +1 -1      blender/source/blender/python/api2_2x/Text.h
  1.5       +3 -1      blender/source/blender/python/api2_2x/constant.c
  1.16      +5 -5      blender/source/blender/python/api2_2x/modules.h
  1.3       +3 -1      blender/source/blender/python/api2_2x/rgbTuple.c
  1.3       +4 -2      blender/source/blender/python/api2_2x/vector.c



More information about the Bf-blender-cvs mailing list