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

Ton Roosendaal ton at blender.org
Fri Nov 11 20:41:58 CET 2005


ton (Ton Roosendaal) 2005/11/11 20:41:58 CET

  Modified files:
    blender/source/blender/blenkernel/intern effect.c 
    blender/source/blender/src buttons_object.c 
  
  Log:
  Three particle fixes;
  
  - "Disp" option allows to go back to zero, effectively disabling the entire
    particle generating.
  - When parenting guides to an emitter the depgraph sees a cyclic relation,
    which caused not updating the particles correct on loading it.
  - Moved creating guide Cache completely outside of the particle loop,
    should make it faster to use with large amounts of particles and objects.
  
  Revision  Changes    Path
  1.72      +19 -15    blender/source/blender/blenkernel/intern/effect.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/effect.c.diff?r1=1.71&r2=1.72&cvsroot=bf-blender>
  1.134     +2 -2      blender/source/blender/src/buttons_object.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/buttons_object.c.diff?r1=1.133&r2=1.134&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list