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

Ton Roosendaal ton at blender.org
Sat Apr 8 20:13:48 CEST 2006


ton (Ton Roosendaal) 2006/04/08 20:13:48 CEST

  Modified files:
    blender/source/blender/blenkernel/intern effect.c 
  
  Log:
  Hrms... the fix for bug #4010 didn't work as expected.
  
  The issue was that particle emittors were still transformed by the object
  matrix itself. That was solved in the previous commit, but there was
  still an error in correctly evaluating dependencies for the object...
  Current commit uses depsgraph to recalculate all objects that influence
  the emittor.
  
  The depsgraph code doesn't like particles much (because it uses baking).
  Current construct is still weak, is on the list to solve nice.
  
  Revision  Changes    Path
  1.89      +51 -22    blender/source/blender/blenkernel/intern/effect.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/effect.c.diff?r1=1.88&r2=1.89&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list