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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2007-08-28 12:54:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-08-28 12:54:29 +0400
commit2b8a8b05088c1947019d79aa2f59c3f7ded84743 (patch)
treeeaa883114981358516a50775dc633ca1e83f9223 /release/scripts/export_fbx.py
parentf118bebc361ca0efd812c26f1f8577414c9693e0 (diff)
left in test, should not be working when tired.
Diffstat (limited to 'release/scripts/export_fbx.py')
-rw-r--r--release/scripts/export_fbx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/export_fbx.py b/release/scripts/export_fbx.py
index 7e472c409c2..9ca6842ac74 100644
--- a/release/scripts/export_fbx.py
+++ b/release/scripts/export_fbx.py
@@ -2102,7 +2102,7 @@ Relations: {''')
Model: "Model::Camera Switcher", "CameraSwitcher" {
}''')
- for matname, mat in reversed(materials):
+ for matname, mat in materials:
file.write('\n\tMaterial: "Material::%s", "" {\n\t}' % matname)
if textures: