[tuhopuu-cvs] CVS commit: tuhopuu3/source/blender/blenkernel/intern object.c tuhopuu3/source/blender/blenloader/intern readfile.c tuhopuu3/source/blender/makesdna DNA_camera_types.h tuhopuu3/source/blender/src buttons_editing.c buttons_scene.c drawview.c

Matt Ebb matt at mke3.net
Thu Feb 3 06:39:50 CET 2005


broken (Matt Ebb) 2005/02/03 06:39:50 CET

  Modified files:
    tuhopuu3/source/blender/blenkernel/intern object.c 
    tuhopuu3/source/blender/blenloader/intern readfile.c 
    tuhopuu3/source/blender/makesdna DNA_camera_types.h 
    tuhopuu3/source/blender/src buttons_editing.c buttons_scene.c 
                                drawview.c 
  
  Log:
  Camera view stuff:
  
  * Made the dashed lines less disturbing, dunno how it will go
    with different background colours though. Also made the title
    safe zone switchable on/off since it's useless when you're not
    making stuff for video/broadcast.
  * Passepartout is now a flag per camera. It never really belonged
    to the render buttons or as Scene data, though I'm unsure
    whether it is best per camera, or maybe per view (in View
    Properties?)
  * Added an option to show the active camera's name at the bottom in
    camera view, perhaps helpful to keep track of which one it is
    you're looking through. Don't know how useful this will
    actually be.
  
  The main thing I wanted to do was just be able to switch on and off
  the title safe zone, others are a bit more experimental. Feedback
  & suggestions are very welcome.
  
  Revision  Changes    Path
  1.2       +5 -3      tuhopuu3/source/blender/blenkernel/intern/object.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/blenkernel/intern/object.c.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>
  1.2       +64 -16    tuhopuu3/source/blender/blenloader/intern/readfile.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/blenloader/intern/readfile.c.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>
  1.2       +10 -5     tuhopuu3/source/blender/makesdna/DNA_camera_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/makesdna/DNA_camera_types.h.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>
  1.9       +8 -3      tuhopuu3/source/blender/src/buttons_editing.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/buttons_editing.c.diff?r1=1.8&r2=1.9&cvsroot=tuhopuu>
  1.4       +4 -8      tuhopuu3/source/blender/src/buttons_scene.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/buttons_scene.c.diff?r1=1.3&r2=1.4&cvsroot=tuhopuu>
  1.7       +43 -33    tuhopuu3/source/blender/src/drawview.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/drawview.c.diff?r1=1.6&r2=1.7&cvsroot=tuhopuu>



More information about the tuhopuu-cvs mailing list