[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel/intern softbody.c

Ton Roosendaal ton at blender.org
Mon Apr 25 10:30:50 CEST 2005


ton (Ton Roosendaal) 2005/04/25 10:30:50 CEST

  Modified files:
    blender/source/blender/blenkernel/intern softbody.c 
  
  Log:
  Built in an escape from sbObjectStep() if transform() is used. Has to be
  done for lattices... these keep calling this during transform, causing
  the lattice itself and its children (if soft) to remain static on same
  position.
  
  Real solution has to be 2-fold:
  - store deformed lattice points in Lattice, as a "DispList"
  - usage of proper depgraph :)
  
  There's also the idea to keep simulating softbody during a transform, to
  give feedback on what softbody does... later.
  
  Revision  Changes    Path
  1.24      +6 -0      blender/source/blender/blenkernel/intern/softbody.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/softbody.c.diff?r1=1.23&r2=1.24&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list