[Bf-blender-cvs] CVS commit: blender/source/blender/src buttons_object.c editarmature.c editconstraint.c

Ton Roosendaal ton at blender.org
Mon Aug 22 23:58:55 CEST 2005


ton (Ton Roosendaal) 2005/08/22 23:58:55 CEST

  Modified files:
    blender/source/blender/src buttons_object.c editarmature.c 
                               editconstraint.c 
  
  Log:
  Another painful editing issue solved!
  
  Adding Ipos on a Constraint just was working totally insane. Here's how
  it works now in the constraint Panel:
  
  - Button "Show" will make the IpoWindow show the Constraint Ipo
   (it didn't before, when IpoWindow was not set to correct mode)
  
  - Button "Key" will insert a key point on current frame (and show it in
    IpoWindow)
  
  Note that both options will create an Action too, if not existed yet.
  So, without opening an IpoWindow you can already animate Constraints.
  (Todo: use the auto key option to always insert on changing slider)
  
  And; selecting a Bone will update the Constraint IpoWindow too. Note
  however, that when theres multiple Constraint Ipos on a Bone, it only
  shows the first... will solve that later.
  
  Revision  Changes    Path
  1.107     +58 -17    blender/source/blender/src/buttons_object.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/buttons_object.c.diff?r1=1.106&r2=1.107&cvsroot=bf-blender>
  1.81      +18 -1     blender/source/blender/src/editarmature.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editarmature.c.diff?r1=1.80&r2=1.81&cvsroot=bf-blender>
  1.24      +2 -1      blender/source/blender/src/editconstraint.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editconstraint.c.diff?r1=1.23&r2=1.24&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list