Project: Blender Extensions
Tracker: Py Scripts Upload
Blender: 2.56
Category: Text Editor
Python: 3.1
Script name: Text'2'File
Wiki page: http://wiki.blender.org/index.php?title=Extensions:2.5/Py/Scripts/Text_Editor/Text2File
Author(s): Saeblundr
Status: Closed
Adds function: "Export->Text'2'File"
Allows selection of only exporting *.py files, renaming all files to *.py before export, or just a straight dump of all files to disk.
v 0,0,3 - 23/01/2011
- Boolean 'Only *.py files'
- Boolean 'All to *.py files'
- Boolean 'Overwrite if exist'
- Folder selection for output
v 0,0,2 - 22/01/2011
- Rewrite logic as export script
- optimise PWD logic
v 0,0,1 - 30/12/2010
- initial logic, as runtime script, as per suggested on BlenderArtists.org