Blender Git Loki
Git Commits -> Revision b9c66e8
Revision b9c66e8 by Campbell Barton (master) May 11, 2008, 12:41 (GMT) |
added encoding "# coding: utf-8" to the headers of scripts that python would 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 |
Commit Details:
Full Hash: b9c66e88ea42a73533dd7cc4beb9e1eca2fe65d0
SVN Revision: 14790
Parent Commit: 50bbc0f
Lines Changed: +16, -12
8 Modified Paths:
/release/scripts/3ds_export.py (+1, -1) (Diff)
/release/scripts/bevel_center.py (+1, -1) (Diff)
/release/scripts/blenderLipSynchro.py (+1, -1) (Diff)
/release/scripts/export_m3g.py (+3, -1) (Diff)
/release/scripts/hotkeys.py (+2, -2) (Diff)
/release/scripts/import_dxf.py (+3, -2) (Diff)
/release/scripts/paths_import.py (+3, -2) (Diff)
/release/scripts/rvk1_torvk2.py (+2, -2) (Diff)
/release/scripts/bevel_center.py (+1, -1) (Diff)
/release/scripts/blenderLipSynchro.py (+1, -1) (Diff)
/release/scripts/export_m3g.py (+3, -1) (Diff)
/release/scripts/hotkeys.py (+2, -2) (Diff)
/release/scripts/import_dxf.py (+3, -2) (Diff)
/release/scripts/paths_import.py (+3, -2) (Diff)
/release/scripts/rvk1_torvk2.py (+2, -2) (Diff)