[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Lattice.c NMesh.c Object.c Scene.c blender/source/blender/python/api2_2x/doc Camera.py Lamp.py Lattice.py Object.py Scene.py World.py

Willian Padovani Germano wgermano at ig.com.br
Sun May 22 09:22:34 CEST 2005


ianwill (Willian Padovani Germano) 2005/05/22 09:22:34 CEST

  Modified files:
    blender/source/blender/python/api2_2x Lattice.c NMesh.c 
                                          Object.c Scene.c 
    blender/source/blender/python/api2_2x/doc Camera.py Lamp.py 
                                              Lattice.py Object.py 
                                              Scene.py World.py 
  
  Log:
  BPython bug fixes:
  
  - bug #2033 reported by Ken Hughes: Vertices of mesh parented to lattice is scaled incorrectly:
  https://projects.blender.org/tracker/?func=detail&aid=2033&group_id=9&atid=125
  
  - bug #2211 reported by German Alonso Tamayo (servivo): Add a vertex to a mesh with groups using a script and then edit that mesh hangs blender:
  https://projects.blender.org/tracker/index.php?func=detail&aid=2211&group_id=9&atid=125
  
  (#2211's hang was already fixed with previous commit, but this way should work better)
  
  - doc updates (Ken reported missing info about Render slinks, thanks).
  
  Revision  Changes    Path
  1.10      +26 -8     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.9&r2=1.10&cvsroot=bf-blender>
  1.70      +43 -3     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.69&r2=1.70&cvsroot=bf-blender>
  1.116     +10 -3     blender/source/blender/python/api2_2x/Object.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Object.c.diff?r1=1.115&r2=1.116&cvsroot=bf-blender>
  1.31      +2 -2      blender/source/blender/python/api2_2x/Scene.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Scene.c.diff?r1=1.30&r2=1.31&cvsroot=bf-blender>
  1.12      +2 -2      blender/source/blender/python/api2_2x/doc/Camera.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Camera.py.diff?r1=1.11&r2=1.12&cvsroot=bf-blender>
  1.10      +2 -2      blender/source/blender/python/api2_2x/doc/Lamp.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Lamp.py.diff?r1=1.9&r2=1.10&cvsroot=bf-blender>
  1.2       +13 -1     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.1&r2=1.2&cvsroot=bf-blender>
  1.33      +5 -2      blender/source/blender/python/api2_2x/doc/Object.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Object.py.diff?r1=1.32&r2=1.33&cvsroot=bf-blender>
  1.14      +2 -2      blender/source/blender/python/api2_2x/doc/Scene.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Scene.py.diff?r1=1.13&r2=1.14&cvsroot=bf-blender>
  1.14      +2 -2      blender/source/blender/python/api2_2x/doc/World.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/World.py.diff?r1=1.13&r2=1.14&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list