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:
Diffstat (limited to 'io_anim_nuke_chan/__init__.py')
-rw-r--r--io_anim_nuke_chan/__init__.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/io_anim_nuke_chan/__init__.py b/io_anim_nuke_chan/__init__.py
index 16c92782..b3102329 100644
--- a/io_anim_nuke_chan/__init__.py
+++ b/io_anim_nuke_chan/__init__.py
@@ -45,10 +45,12 @@ if "bpy" in locals():
import bpy
from bpy.types import Operator
from bpy_extras.io_utils import ImportHelper, ExportHelper
-from bpy.props import (StringProperty,
- BoolProperty,
- EnumProperty,
- FloatProperty)
+from bpy.props import (
+ StringProperty,
+ BoolProperty,
+ EnumProperty,
+ FloatProperty,
+ )
# property shared by both operators
rotation_order = EnumProperty(