[Bf-blender-cvs] CVS commit: blender/source/blender/include BIF_space.h blender/source/blender/src drawview.c header_view3d.c

Ton Roosendaal ton at blender.org
Sun Oct 26 00:03:20 CEST 2003


ton (Ton Roosendaal) 2003/10/26 00:03:20 CEST

  Modified files:
    blender/source/blender/include BIF_space.h 
    blender/source/blender/src drawview.c header_view3d.c 
  
  Log:
  Split the 'background and settings' panel in 3d window in 2 parts.
  Instructions for how to add panels there:
  
  - add a handler define code in BIF_space.h
  - create a menu item that invokes a add_blockhandler()
  - add to view3d_blockhandlers() the correct handler for it
  
  - plus create a panel itself, just copy one... it needs some stuff
    to get working, docs for that are for later
  
  Revision  Changes    Path
  1.16      +2 -3      blender/source/blender/include/BIF_space.h
  1.36      +23 -10    blender/source/blender/src/drawview.c
  1.17      +10 -9     blender/source/blender/src/header_view3d.c



More information about the Bf-blender-cvs mailing list