blender/release
Campbell Barton 664f6026d5 update to obj export:
Added options.
	pup_block = [\
	('Apply Modifiers', EXPORT_APPLY_MODIFIERS, 'Use transformed mesh data from each object. May break vert order for morph targets.'),\
	('Selection Only', EXPORT_SEL_ONLY, 'Only export objects in visible selection.'),\
	('Edges', EXPORT_EDGES, 'Edges not connected to faces.'),\
	('Normals', EXPORT_NORMALS, 'Export vertex normal data (Ignored on import).'),\
	('Materials', EXPORT_MTL, 'Write a seperate MTL file with the OBJ.'),\
	('All Scenes', EXPORT_ALL_SCENES, 'Each scene as a seperate OBJ file.'),\
	('Animation', EXPORT_ANIMATION, 'Each frame as a seperate OBJ file.'),\
	('Copy Images', EXPORT_COPY_IMAGES, 'Copy image files to the export directory, never everwrite.'),\
	]

Obj import was updated to import edges (2 vert faces), will update some more later.
2006-01-11 09:47:17 +00:00
..
beos-4.5-i386 Initial commit of the 'release' directory (splash screen/icon 2003-01-01 15:06:10 +00:00
beos-5.0-i386 Initial commit of the 'release' directory (splash screen/icon 2003-01-01 15:06:10 +00:00
datafiles New plus/minus icons 2006-01-08 11:50:52 +00:00
irix-6.2-mips - more binary file patching 2004-04-24 18:38:04 +00:00
plugins Biiig commit! Thanks to 2-3 weeks of cvs freeze... 2004-12-27 19:28:52 +00:00
scripts update to obj export: 2006-01-11 09:47:17 +00:00
text - release log 2.36 2004-12-21 16:19:36 +00:00
windows updated scons win32 installer script - uninstalling gives option to keep or remove 2005-11-01 21:11:55 +00:00
Makefile Copy release/text/*.pdf into release tarball 2005-12-22 05:58:30 +00:00
VERSION Part 2 of commits for release, the release target name/version 2005-12-20 14:21:18 +00:00