[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Lattice.c blender/source/blender/python/api2_2x/doc Lattice.py

Campbell Barton cbarton at metavr.com
Mon Oct 9 08:19:27 CEST 2006


campbellbarton (Campbell Barton) 2006/10/09 08:19:27 CEST

  Modified files:
    blender/source/blender/python/api2_2x Lattice.c 
    blender/source/blender/python/api2_2x/doc Lattice.py 
  
  Log:
  Lattice.c was looping through all lattice data to check that it wasnt removed.
  No other BPyModules do this and zero user lattices are kept so this check is not needed.
  
  removed lattice.applyDeform(), this called object_apply_deform, which only gave a message to use modifiers.
  
  changed the example in epydocs to apply the lattice using modifiers.
  
  Revision  Changes    Path
  1.26      +3 -104    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.25&r2=1.26&cvsroot=bf-blender>
  1.5       +32 -47    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.4&r2=1.5&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list