From afdec492ceb51e77c2ac38bc584c7c69203c9257 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 29 Jul 2012 12:06:18 +0000 Subject: style cleanup --- io_scene_3ds/export_3ds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_scene_3ds') 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 -- cgit v1.2.3