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

Ton Roosendaal ton at blender.org
Wed Nov 1 12:26:16 CET 2006


ton (Ton Roosendaal) 2006/11/01 12:26:16 CET

  Modified files:
    blender/source/blender/blenkernel depsgraph_private.h 
    blender/source/blender/blenkernel/intern constraint.c 
                                             depsgraph.c 
  
  Log:
  Bugfix #5038
  
  The "Copy Size" constraint was calling a where_is_object(), this caused
  the depsgraph to mess up in very weird ways and rare occasions. In the
  sample file it showed strange lags in bones for using the "Stride bone"
  option.
  
  While trying to locate the bug I've revisited the Pose depsgraph in detail,
  trying to figure out how it can print possible cycle errors in dependency.
  That has been added now too (in console). Unfortunately the bugreport
  example had no cycle errors. :)
  
  Revision  Changes    Path
  1.5       +2 -1      blender/source/blender/blenkernel/depsgraph_private.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/depsgraph_private.h.diff?r1=1.4&r2=1.5&cvsroot=bf-blender>
  1.51      +2 -5      blender/source/blender/blenkernel/intern/constraint.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/constraint.c.diff?r1=1.50&r2=1.51&cvsroot=bf-blender>
  1.56      +82 -2     blender/source/blender/blenkernel/intern/depsgraph.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/depsgraph.c.diff?r1=1.55&r2=1.56&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list