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

Daniel Dunbar daniel at zuster.org
Sat Jul 23 06:37:02 CEST 2005


zuster (Daniel Dunbar) 2005/07/23 06:37:02 CEST

  Modified files:
    blender/source/blender/blenkernel/intern effect.c 
  
  Log:
   - agh!!!! horrible code alert!!! pushdata/popdata in build_particle_system
     actually copy Object data and then store it back later. Of course this
     means changes to object during the call are lost (and very hard to track
     down). Eekadoodle!
  
     Oh yeah, actual commit was to move call to fetch derived mesh above
     pushdata, because this call can alloc cache's in the Object (which won't
     get freed later if it is after pushdata)
  
  Revision  Changes    Path
  1.52      +14 -10    blender/source/blender/blenkernel/intern/effect.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/effect.c.diff?r1=1.51&r2=1.52&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list