[Bf-blender-cvs] CVS commit: blender/source/blender/python BPY_interface.c SConscript blender/source/blender/python/api2_2x Key.c Key.h Blender.c Curve.c Lattice.c NMesh.c blender/source/blender/python/api2_2x/doc Key.py API_related.py ...

Willian Padovani Germano wgermano at ig.com.br
Fri Sep 9 03:31:10 CEST 2005


ianwill (Willian Padovani Germano) 2005/09/09 03:31:10 CEST

  Modified files:
    blender/source/blender/python BPY_interface.c SConscript 
    blender/source/blender/python/api2_2x Blender.c Curve.c 
                                          Lattice.c NMesh.c 
    blender/source/blender/python/api2_2x/doc API_related.py 
                                              Curve.py Lattice.py 
                                              NMesh.py 
  Added files:
    blender/source/blender/python/api2_2x Key.c Key.h 
    blender/source/blender/python/api2_2x/doc Key.py 
  
  Log:
  BPython:
  
  - Pontus Lidman contributed a new module: Blender.Key + access to key objects from NMesh, Lattice and Curve + docs (thanks and sorry for taking so long to check/commit the patch!)
  
  - Allowing EVENT spacehandlers to call the file selector (scriptlinks in general are not allowed, but this special case should be able to). Requested by Paolo Colombo (thanks!)
  
  - tiny doc update (Ken Hughes pointed an error in the space handlers example)
  
  I didn't have time to update the Key module to follow the current bpython design, will do that later and also test it better than I did.
  
  Revision  Changes    Path
  1.74      +10 -7     blender/source/blender/python/BPY_interface.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/BPY_interface.c.diff?r1=1.73&r2=1.74&cvsroot=bf-blender>
  1.28      +1 -0      blender/source/blender/python/SConscript
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/SConscript.diff?r1=1.27&r2=1.28&cvsroot=bf-blender>
  1.67      +4 -2      blender/source/blender/python/api2_2x/Blender.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Blender.c.diff?r1=1.66&r2=1.67&cvsroot=bf-blender>
  1.34      +35 -15    blender/source/blender/python/api2_2x/Curve.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Curve.c.diff?r1=1.33&r2=1.34&cvsroot=bf-blender>
  1.17      +29 -10    blender/source/blender/python/api2_2x/Lattice.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Lattice.c.diff?r1=1.16&r2=1.17&cvsroot=bf-blender>
  1.94      +24 -4     blender/source/blender/python/api2_2x/NMesh.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/NMesh.c.diff?r1=1.93&r2=1.94&cvsroot=bf-blender>
  1.6       +1 -1      blender/source/blender/python/api2_2x/doc/API_related.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/API_related.py.diff?r1=1.5&r2=1.6&cvsroot=bf-blender>
  1.15      +9 -0      blender/source/blender/python/api2_2x/doc/Curve.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Curve.py.diff?r1=1.14&r2=1.15&cvsroot=bf-blender>
  1.4       +8 -0      blender/source/blender/python/api2_2x/doc/Lattice.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Lattice.py.diff?r1=1.3&r2=1.4&cvsroot=bf-blender>
  1.38      +8 -0      blender/source/blender/python/api2_2x/doc/NMesh.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/NMesh.py.diff?r1=1.37&r2=1.38&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list