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

Ton Roosendaal ton at blender.org
Sun Jul 2 14:46:41 CEST 2006


ton (Ton Roosendaal) 2006/07/02 14:46:41 CEST

  Modified files:
    blender/source/blender/blenkernel/intern effect.c 
  
  Log:
  Bugfix #4556
  
  When a curve guide animates, it doesn't correctly work on dynamic particles.
  This because the guides work on a fixed starting position (the birth of
  particle) and then defines a full path for the entire particle. It is clear
  this was only coded with static particles in mind...
  
  Nevertheless, I've added a line of code to at least put the curve guide
  on correct location for the moment a particle gets born.
  
  Report moved to the todo tracker; this should be a spec for particle recode
  
  Revision  Changes    Path
  1.96      +5 -2      blender/source/blender/blenkernel/intern/effect.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/effect.c.diff?r1=1.95&r2=1.96&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list