[Bf-blender-cvs] CVS commit: blender/source/blender/include butspace.h blender/source/blender/makesdna DNA_action_types.h DNA_armature_types.h blender/source/blender/src buttons_editing.c drawarmature.c poseobject.c

Joshua Leung aligorith at gmail.com
Mon Jan 1 09:32:12 CET 2007


aligorith (Joshua Leung) 2007/01/01 09:32:12 CET

  Modified files:
    blender/source/blender/include butspace.h 
    blender/source/blender/makesdna DNA_action_types.h 
                                    DNA_armature_types.h 
    blender/source/blender/src buttons_editing.c drawarmature.c 
                               poseobject.c 
  
  Log:
  == Armature Ghost and Path Drawing ==
  
  The Plumiferos Team have requested some improvements to the
  ghost and path drawing tools for armatures. These changes make
  these more useful, with more customisable settings. A new panel in
  the editing panels for armatures has been added to house these
  settings.
  
  -> Ghosts
  In addition to the existing method of showing ghosts either side of the
  current frame, it is now possible to show ghosts from a given frame range.
  This is useful for visualising how the poses in another part of the animation
  changed, while editing another part. The colour of ghosts goes from light
  (earlier on) to darker (later on).
  
  -> Paths
  Several new options for path drawing have been added.
  * It is now possibly specify a frame range in which to calculate paths too.
  This offers speedups for longer timelines as a shorter span of time can be
  sampled.
  * Keyframes from the active action/action strip can be shown in a different
  colour (in the default theme, this is yellow) on the path.
  * Frame numbers for the highlighted positions on the path can be drawn.
  
  Two notes of caution:
  * For ghost range: keep the frame ranges relatively small (20-50 frames),
  otherwise you will experience a slowdown.
  * For path frame numbers: if you have a graphics card which is picky about
  text in the 3d-view (like x,y,z labels on empty), this may cause issues.
  
  Revision  Changes    Path
  1.101     +4 -1      blender/source/blender/include/butspace.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/include/butspace.h.diff?r1=1.100&r2=1.101&cvsroot=bf-blender>
  1.37      +6 -3      blender/source/blender/makesdna/DNA_action_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/makesdna/DNA_action_types.h.diff?r1=1.36&r2=1.37&cvsroot=bf-blender>
  1.31      +15 -4     blender/source/blender/makesdna/DNA_armature_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/makesdna/DNA_armature_types.h.diff?r1=1.30&r2=1.31&cvsroot=bf-blender>
  1.330     +72 -3     blender/source/blender/src/buttons_editing.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/buttons_editing.c.diff?r1=1.329&r2=1.330&cvsroot=bf-blender>
  1.39      +140 -7    blender/source/blender/src/drawarmature.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/drawarmature.c.diff?r1=1.38&r2=1.39&cvsroot=bf-blender>
  1.52      +12 -6     blender/source/blender/src/poseobject.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/poseobject.c.diff?r1=1.51&r2=1.52&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list