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-02-27 18:27:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-27 18:27:55 +0300
commitebeeb59020f86fa0504f364d7703aa9dd100978b (patch)
tree2390eb23a115908b0d21a3e4c76caa0ab4c6a749 /io_anim_camera.py
parent8bc9aa9df9885297fc32641e4ffbc333d4c20dfd (diff)
replace imports from *, considered bad practice by python devs.
Diffstat (limited to 'io_anim_camera.py')
-rw-r--r--io_anim_camera.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_anim_camera.py b/io_anim_camera.py
index 592c5944..b9e0355f 100644
--- a/io_anim_camera.py
+++ b/io_anim_camera.py
@@ -114,7 +114,7 @@ def writeCameras(context, filepath, frame_start, frame_end, only_selected=False)
fw("\n")
-from bpy.props import *
+from bpy.props import StringProperty, IntProperty, BoolProperty
from io_utils import ExportHelper