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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-09-11 19:36:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-11 19:36:48 +0400
commit25bb26c2f327d0cab0d08678127609a6c0dd8fb9 (patch)
treed1e6f20576ac3ed085a42840582c05d811451d07 /io_scene_fbx
parentd1228ea8d8279c736871b94e71cb81fbf73ea2c6 (diff)
pep8 edits & import cleanup
Diffstat (limited to 'io_scene_fbx')
-rw-r--r--io_scene_fbx/export_fbx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_fbx/export_fbx.py b/io_scene_fbx/export_fbx.py
index df8522f5..2877eece 100644
--- a/io_scene_fbx/export_fbx.py
+++ b/io_scene_fbx/export_fbx.py
@@ -2950,7 +2950,7 @@ def save(operator, context,
# Typical settings for XNA export
# No Cameras, No Lamps, No Edges, No face smoothing, No Default_Take, Armature as bone, Disable rotation
-# NOTE TO Campbell -
+# NOTE TO Campbell -
# Can any or all of the following notes be removed because some have been here for a long time? (JCB 27 July 2011)
# NOTES (all line numbers correspond to original export_fbx.py (under release/scripts)
# - get rid of bpy.path.clean_name somehow