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>2012-07-29 16:06:18 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-07-29 16:06:18 +0400
commitafdec492ceb51e77c2ac38bc584c7c69203c9257 (patch)
treeb929704574e920b4bd5fa12477eea49c259eae4c /io_scene_3ds
parent2c092f48975ff99b5ac1d46ccca5b825c1b8aa93 (diff)
style cleanup
Diffstat (limited to 'io_scene_3ds')
-rw-r--r--io_scene_3ds/export_3ds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_3ds/export_3ds.py b/io_scene_3ds/export_3ds.py
index 765d5de3..c5b12161 100644
--- a/io_scene_3ds/export_3ds.py
+++ b/io_scene_3ds/export_3ds.py
@@ -41,7 +41,7 @@ KFDATA = 0xB000 # This is the header for all of the key frame info
#------ sub defines of OBJECTINFO
MATERIAL = 45055 # 0xAFFF // This stored the texture info
-OBJECT = 16384 # 0x4000 // This stores the faces, vertices, etc...
+OBJECT = 16384 # 0x4000 // This stores the faces, vertices, etc...
#>------ sub defines of MATERIAL
MATNAME = 0xA000 # This holds the material name