[Bf-blender-cvs] CVS commit: blender/source/blender/src interface.c

Ton Roosendaal ton at blender.org
Thu May 12 22:06:31 CEST 2005


ton (Ton Roosendaal) 2005/05/12 22:06:31 CEST

  Modified files:
    blender/source/blender/src interface.c 
  
  Log:
  Bug fix #2535
  
  Armatures with > 100 bones can deliver a 'parent IK menu' that doesn't
  fit on screen anymore. Fixed it with changes;
  
  - when menu doesnt fit to right/left, it places it aligned to left hand
    of window
  - when more than 8 collums in a menu exist, it makes collums 25 items
    instead of 20.
  
  Also fixed for the popup menu on Bone parenting. On a 1280 screen we now
  can have a menu with over 300 bones (even more when you zoom down the
  buttons window a bit). Still not optimal, but at least it's less annoying.
  
  Revision  Changes    Path
  1.188     +18 -3     blender/source/blender/src/interface.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/interface.c.diff?r1=1.187&r2=1.188&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list