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

Ton Roosendaal ton at blender.org
Thu Jul 6 14:50:48 CEST 2006


ton (Ton Roosendaal) 2006/07/06 14:50:48 CEST

  Modified files:
    blender/source/blender/src editscreen.c interface.c 
                               screendump.c 
  
  Log:
  Bugfix #4628
  
  Ancient issue in making screendumps in Blender. It used to support making
  dumps of popup menus, but that disappeared a while ago. However, when you
  press CTRL+F3 in a menu now, Blender hangs in some eternal loop in ghost.
  
  This commit fixes making menu screendumps (nice for docs!).
  
  - press CTRL+F3 *twice* for an exact copy of a menu. (first press exits
    menu, 2nd press opens filewindow)
  - note, it is ALT+CTRL+F3 in OSX
  - what is saved is only the topmost open level of a menu
  - full-screen dumps work too by holding SHIFT extra.
  
  Revision  Changes    Path
  1.135     +5 -2      blender/source/blender/src/editscreen.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editscreen.c.diff?r1=1.134&r2=1.135&cvsroot=bf-blender>
  1.239     +36 -36    blender/source/blender/src/interface.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/interface.c.diff?r1=1.238&r2=1.239&cvsroot=bf-blender>
  1.13      +11 -9     blender/source/blender/src/screendump.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/screendump.c.diff?r1=1.12&r2=1.13&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list