[Bf-blender-cvs] CVS commit: blender/source/blender/blenlib BLI_arithb.h blender/source/blender/blenlib/intern arithb.c blender/source/blender/include BDR_editobject.h BSE_headerbuttons.h blender/source/blender/src editobject.c header_view3d.c space.c toolbox.c

Martin Poirier theeth at yahoo.com
Sat Apr 24 23:09:06 CEST 2004


theeth (Martin Poirier) 2004/04/24 23:09:06 CEST

  Modified files:
    blender/source/blender/blenlib BLI_arithb.h 
    blender/source/blender/blenlib/intern arithb.c 
    blender/source/blender/include BDR_editobject.h 
                                   BSE_headerbuttons.h 
    blender/source/blender/src editobject.c header_view3d.c 
                               space.c toolbox.c 
  
  Log:
  Mirror in object mode. Works like Mirror in edit mode but only works on local axis (doing it differently would require a much more clever algorithm).
  Mirror Object is assigned to Ctrl-M and I've add Ctrl-M to call Mirror Edit (on top of M alone) for practical reason. We should consider switching both to Ctrl-M for pratical reasons but I kept M for backward compatibility
  Also added the menu and toolbox counterparts.
  
  Minor addition to arithb.c: A function to print vectors to the console. Easier for debuging.
  
  Revision  Changes    Path
  1.9       +6 -1      blender/source/blender/blenlib/BLI_arithb.h
  1.9       +9 -1      blender/source/blender/blenlib/intern/arithb.c
  1.10      +3 -2      blender/source/blender/include/BDR_editobject.h
  1.14      +3 -2      blender/source/blender/include/BSE_headerbuttons.h
  1.85      +72 -6     blender/source/blender/src/editobject.c
  1.48      +38 -8     blender/source/blender/src/header_view3d.c
  1.136     +6 -3      blender/source/blender/src/space.c
  1.54      +14 -6     blender/source/blender/src/toolbox.c



More information about the Bf-blender-cvs mailing list