[tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenkernel BKE_constraint.h tuhopuu2/source/blender/blenkernel/intern constraint.c scene.c tuhopuu2/source/blender/renderconverter/intern convertBlenderScene.c tuhopuu2/source/blender/src drawview.c editobject.c headerbuttons.c

Chris Want cwant at ualberta.ca
Tue Jan 27 07:09:22 CET 2004


hos (Chris Want) 2004/01/27 07:09:22 CET

  Modified files:
    tuhopuu2/source/blender/blenkernel BKE_constraint.h 
    tuhopuu2/source/blender/blenkernel/intern constraint.c scene.c 
    tuhopuu2/source/blender/renderconverter/intern 
                                                   convertBlenderScene.c 
    tuhopuu2/source/blender/src drawview.c editobject.c 
                                headerbuttons.c 
  
  Log:
  Armature related fixes and cleanups:
  
  * Armatures that had constraint targets inside other armatures
    weren't transform()-ing correctly
  
  * Issues with lattice deformed objects that are parents of bones
    when rendering an animation. Seems to be mostly OK now with the
    exception of the first rendered frame -- weird bugs like this have
    plagued blender for ages, which leads me to believe that
    RE_rotateBlenderScene() is a piece of garbage that nobody understands
    (especially me).
  
  * made a few helper functions to clean up some repeated code related
    to clearing constraint status and rebuilding displists.
  
  Revision  Changes    Path
  1.4       +3 -1      tuhopuu2/source/blender/blenkernel/BKE_constraint.h
  1.10      +23 -1     tuhopuu2/source/blender/blenkernel/intern/constraint.c
  1.2       +5 -2      tuhopuu2/source/blender/blenkernel/intern/scene.c
  1.12      +2 -2      tuhopuu2/source/blender/renderconverter/intern/convertBlenderScene.c
  1.9       +9 -31     tuhopuu2/source/blender/src/drawview.c
  1.49      +33 -16    tuhopuu2/source/blender/src/editobject.c
  1.17      +2 -8      tuhopuu2/source/blender/src/headerbuttons.c



More information about the tuhopuu-cvs mailing list