Blender Git Loki
Git Commits -> Revision 8292e4a
November 25, 2006, 17:34 (GMT) |
Was crashing the import_obj script when using Python 2.3. Python 2.4+ supports large list processing with generators, but Python 2.3 will break if you use that syntax. Until we depend on the newer versions, I have commented out the generator syntax and only use the list-comprehension type instead. |
Commit Details:
Full Hash: 8292e4ac1a3b475f3238bcd537fa6182e5b9ac69
SVN Revision: 9060
Parent Commit: 627261d
Lines Changed: +4, -5
1 Modified Path:
/release/scripts/import_obj.py (+4, -5) (Diff)