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

Ton Roosendaal ton at blender.org
Mon Nov 21 13:14:13 CET 2005


ton (Ton Roosendaal) 2005/11/21 13:14:13 CET

  Modified files:
    blender/source/blender/blenkernel/intern depsgraph.c 
  
  Log:
  Bugfix #3431
  
  Too strict checking in depsgraph code missed a dependency case; this
  specifically when objects have own motion (ipo) and are being deformed
  by a parent.
  This worked, unless the parent also had own motion (ipo or constraint)...
  
  Also: the DAG_add_relation() added multiple relationships for object pairs,
  now they "Or" the relationship description flag. Makes it a tad faster
  again :)
  
  Revision  Changes    Path
  1.36      +20 -22    blender/source/blender/blenkernel/intern/depsgraph.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/depsgraph.c.diff?r1=1.35&r2=1.36&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list