[Bf-blender-cvs] CVS commit: blender/source/blender/python BPY_interface.c blender/source/blender/python/api2_2x Lamp.h NMesh.c NMesh.h Object.c Scene.c Window.c Window.h modules.h vector.c blender/source/blender/python/api2_2x/doc Draw.py NMesh.py Window.py

Willian Padovani Germano wgermano at ig.com.br
Thu Sep 18 02:54:43 CEST 2003


ianwill (Willian Padovani Germano) 2003/09/18 02:54:43 CEST

  Modified files:
    blender/source/blender/python BPY_interface.c 
    blender/source/blender/python/api2_2x Lamp.h NMesh.c NMesh.h 
                                          Object.c Scene.c 
                                          Window.c Window.h 
                                          modules.h vector.c 
    blender/source/blender/python/api2_2x/doc Draw.py NMesh.py 
                                              Window.py 
  
  Log:
  Exppython:
  - Window: implemented .SetCursorPos, .GetViewMatrix, .GetViewVector
  - Lamp: .setDist was not in the methods table:
      Fix by new bpython developer Stephen Swaney
  - Scene: .frameSettings was crashing Blender (pointed by jms)
  - Added site dirs to sys.path (patch by Stephen Swaney)
  - NMesh: small internal change (added pointer to parent object)
  - Object: function NMesh_FromPyObject has a new arg: pointer to obj
  - Docs: added docs for implemented functions, plus some more info
  
  Revision  Changes    Path
  1.23      +28 -2     blender/source/blender/python/BPY_interface.c
  1.13      +2 -0      blender/source/blender/python/api2_2x/Lamp.h
  1.21      +101 -81   blender/source/blender/python/api2_2x/NMesh.c
  1.12      +4 -1      blender/source/blender/python/api2_2x/NMesh.h
  1.40      +2 -2      blender/source/blender/python/api2_2x/Object.c
  1.14      +5 -1      blender/source/blender/python/api2_2x/Scene.c
  1.7       +81 -0     blender/source/blender/python/api2_2x/Window.c
  1.6       +18 -0     blender/source/blender/python/api2_2x/Window.h
  1.32      +2 -2      blender/source/blender/python/api2_2x/modules.h
  1.9       +30 -15    blender/source/blender/python/api2_2x/vector.c
  1.3       +28 -1     blender/source/blender/python/api2_2x/doc/Draw.py
  1.8       +16 -0     blender/source/blender/python/api2_2x/doc/NMesh.py
  1.5       +22 -0     blender/source/blender/python/api2_2x/doc/Window.py



More information about the Bf-blender-cvs mailing list