[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel/intern depsgraph.c effect.c blender/source/blender/include butspace.h blender/source/blender/src buttons_object.c

Ton Roosendaal ton at blender.org
Fri Nov 4 13:38:46 CET 2005


ton (Ton Roosendaal) 2005/11/04 13:38:46 CET

  Modified files:
    blender/source/blender/blenkernel/intern depsgraph.c effect.c 
    blender/source/blender/include butspace.h 
    blender/source/blender/src buttons_object.c 
  
  Log:
  Combined bugreport, bugfix and patch from Vidar Madsen.
  
  He noted that static particles don't work with force fields yet, and
  added a fix for it. This however didn't work for the depgraph yet, and
  didn't correct the static particle's local space to world coordinates for
  the fields. Nevertheless, while reviewing this small patch I thought it
  would be fun to add now.
  
  So: static particles now update realtime on forcefield relations. Warning
  for potential slowdowns! Also note that work on the real particle patch
  still has to be done... something I really will do, but in time. To get
  particles correctly integrated in the animation system, quite some new
  development has to be done still.
  
  Revision  Changes    Path
  1.32      +22 -1     blender/source/blender/blenkernel/intern/depsgraph.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/depsgraph.c.diff?r1=1.31&r2=1.32&cvsroot=bf-blender>
  1.68      +64 -16    blender/source/blender/blenkernel/intern/effect.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/effect.c.diff?r1=1.67&r2=1.68&cvsroot=bf-blender>
  1.65      +4 -1      blender/source/blender/include/butspace.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/include/butspace.h.diff?r1=1.64&r2=1.65&cvsroot=bf-blender>
  1.128     +23 -12    blender/source/blender/src/buttons_object.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/buttons_object.c.diff?r1=1.127&r2=1.128&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list