Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-05uniform end-of-line format and set svn:eol-style property to "native" for ↵Remigiusz Fiedler
all scripts
2008-05-11added encoding "# coding: utf-8" to the headers of scripts that python would ↵Campbell Barton
not run with execfile('....'), python would also riase the error, though there is no practicle use for running these scripts outside blender. The error looked like this. SyntaxError: Non-ASCII character '\xe4' in file ./3ds_export.py on line 10, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
2008-01-18update to m3g exporter by Gerhard VölklCampbell Barton
2007-05-30Script from Gerhard for exporting blender to m3g and java source,Campbell Barton
see website for examples http://www.nelson-games.de/bl2m3g/default.html