[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel BKE_exotic.h blender/source/blender/blenkernel/intern exotic.c blender/source/blender/include BSE_headerbuttons.h blender/source/blender/src header_info.c

Chris Want cwant at ualberta.ca
Tue Mar 30 05:10:34 CEST 2004


hos (Chris Want) 2004/03/30 05:10:34 CEST

  Modified files:
    blender/source/blender/blenkernel BKE_exotic.h 
    blender/source/blender/blenkernel/intern exotic.c 
    blender/source/blender/include BSE_headerbuttons.h 
    blender/source/blender/src header_info.c 
  
  Log:
  Support for the STL (stereolithography) file format. Reads the ASCII and
  binary subformats, and writes the binary subformat. Read is done with
  usual F1, write is done in the menu 'File->Export Selected->STL'. Writes
  meshes only, writing the 'displistmesh' if subsurf is on. The 'magic'
  to determine whether it is reading the binary or ASCII subformat
  could use a little work, but makes the correct choice most of the time.
  
  Revision  Changes    Path
  1.6       +2 -1      blender/source/blender/blenkernel/BKE_exotic.h
  1.17      +492 -1    blender/source/blender/blenkernel/intern/exotic.c
  1.13      +2 -1      blender/source/blender/include/BSE_headerbuttons.h
  1.30      +68 -8     blender/source/blender/src/header_info.c



More information about the Bf-blender-cvs mailing list