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_c3d/__init__.py')
-rw-r--r--io_anim_c3d/__init__.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/io_anim_c3d/__init__.py b/io_anim_c3d/__init__.py
index 0f501ad8..66d1419b 100644
--- a/io_anim_c3d/__init__.py
+++ b/io_anim_c3d/__init__.py
@@ -36,11 +36,12 @@ bl_info = {
import bpy
-from bpy.props import (StringProperty,
- BoolProperty,
- FloatProperty,
- IntProperty,
- )
+from bpy.props import (
+ StringProperty,
+ BoolProperty,
+ FloatProperty,
+ IntProperty,
+ )
import math
import time