[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel BKE_action.h blender/source/blender/blenkernel/intern action.c constraint.c blender/source/blender/include BIF_editarmature.h blender/source/blender/src drawaction.c editaction.c editarmature.c editnla.c editobject.c header_action.c ...

Ton Roosendaal ton at blender.org
Sat Oct 29 12:15:36 CEST 2005


ton (Ton Roosendaal) 2005/10/29 12:15:36 CEST

  Modified files:
    blender/source/blender/blenkernel BKE_action.h 
    blender/source/blender/blenkernel/intern action.c constraint.c 
    blender/source/blender/include BIF_editarmature.h 
    blender/source/blender/src drawaction.c editaction.c 
                               editarmature.c editnla.c 
                               editobject.c header_action.c 
                               transform_conversions.c 
  
  Log:
  Orange's buglist!
  
  - Action Editor: hotkeys V and H for handles were invisible, added menus
  - NLA strips: when current frame is exactly on the strip end, it didn't
    include that action... needs a rounding correction for it.
  - Action/NLA: deleting keys in Action, which results in only 1 key left,
    resulted in zero sized strip length. Now the strips are defaulted to be
    1 frame in size minimal.
  - NLA editor: ALT+C "Convert to strip" didn't increment Action user count
  - 3D Window: CTRL+P make parent to Bone still gave the insane menu with all
    bone names. With unified PoseMode select it can just parent to the
    active Bone. Note; this now requires the Armature to be in PoseMode to
    work.
  - Rotation Constraint; the new options to only map to X,Y,Z rotation, did
    set the not mapped rotation axes to zero. These should remain unchanged.
  - AutoKey optionn for Actions; should not insert action keys on ESC
  
  And added a fix myself:
  
  - When SHIFT+selecting a Bone in PoseMode, and the Armature was not selected
    or active yet, it doesn't extend-select/deselect the Bone anymore.
    This case is only useful when you try to add IK or Constraint, so the
    shift+selection should only activate the clicked Bone.
  
  Revision  Changes    Path
  1.13      +2 -4      blender/source/blender/blenkernel/BKE_action.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/BKE_action.h.diff?r1=1.12&r2=1.13&cvsroot=bf-blender>
  1.41      +34 -58    blender/source/blender/blenkernel/intern/action.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/action.c.diff?r1=1.40&r2=1.41&cvsroot=bf-blender>
  1.40      +7 -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.39&r2=1.40&cvsroot=bf-blender>
  1.26      +15 -15    blender/source/blender/include/BIF_editarmature.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/include/BIF_editarmature.h.diff?r1=1.25&r2=1.26&cvsroot=bf-blender>
  1.28      +5 -4      blender/source/blender/src/drawaction.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/drawaction.c.diff?r1=1.27&r2=1.28&cvsroot=bf-blender>
  1.65      +21 -21    blender/source/blender/src/editaction.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editaction.c.diff?r1=1.64&r2=1.65&cvsroot=bf-blender>
  1.98      +3 -2      blender/source/blender/src/editarmature.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editarmature.c.diff?r1=1.97&r2=1.98&cvsroot=bf-blender>
  1.53      +8 -9      blender/source/blender/src/editnla.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editnla.c.diff?r1=1.52&r2=1.53&cvsroot=bf-blender>
  1.267     +15 -45    blender/source/blender/src/editobject.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editobject.c.diff?r1=1.266&r2=1.267&cvsroot=bf-blender>
  1.33      +3 -3      blender/source/blender/src/header_action.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/header_action.c.diff?r1=1.32&r2=1.33&cvsroot=bf-blender>
  1.58      +2 -2      blender/source/blender/src/transform_conversions.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/transform_conversions.c.diff?r1=1.57&r2=1.58&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list