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-26 19:18:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-26 19:18:31 +0400
commit19b6b488d4cd3da525b84b306d74281bf3087b21 (patch)
treec8b4ec3d6f4f3ddadf9d5a6513acf7ebd88e4735 /io_scene_fbx
parentee1db199eb857efd45682c4e2d656828342cc7bc (diff)
corrections for addons to update for trunk.
Diffstat (limited to 'io_scene_fbx')
-rw-r--r--io_scene_fbx/__init__.py6
-rw-r--r--io_scene_fbx/export_fbx.py5
2 files changed, 5 insertions, 6 deletions
diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index 0290d12c..61f38009 100644
--- a/io_scene_fbx/__init__.py
+++ b/io_scene_fbx/__init__.py
@@ -41,7 +41,11 @@ if "bpy" in locals():
import bpy
-from bpy.props import StringProperty, BoolProperty, FloatProperty, EnumProperty
+from bpy.props import (StringProperty,
+ BoolProperty,
+ FloatProperty,
+ EnumProperty,
+ )
from bpy_extras.io_utils import (ExportHelper,
path_reference_mode,
diff --git a/io_scene_fbx/export_fbx.py b/io_scene_fbx/export_fbx.py
index c5f31268..ef87b2e6 100644
--- a/io_scene_fbx/export_fbx.py
+++ b/io_scene_fbx/export_fbx.py
@@ -20,11 +20,6 @@
# Script copyright (C) Campbell Barton
-"""
-This script is an exporter to the FBX file format.
-
-http://wiki.blender.org/index.php/Scripts/Manual/Export/autodesk_fbx
-"""
import os
import time