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:
authorJulien Duroure <julien.duroure@gmail.com>2020-05-04 19:34:59 +0300
committerJulien Duroure <julien.duroure@gmail.com>2020-05-04 19:34:59 +0300
commit0372ff2ba735f3559953753ec7f17fb8bde4ec57 (patch)
tree37f46eafca0b033fd442ed84fb4a3b102f921fe9 /io_scene_gltf2/blender/imp/gltf2_blender_scene.py
parentb72a6c057999e51c03f103706b7cd5da79e9c4b2 (diff)
glTF: code cleanup - remove no more needed import
Diffstat (limited to 'io_scene_gltf2/blender/imp/gltf2_blender_scene.py')
-rwxr-xr-xio_scene_gltf2/blender/imp/gltf2_blender_scene.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/io_scene_gltf2/blender/imp/gltf2_blender_scene.py b/io_scene_gltf2/blender/imp/gltf2_blender_scene.py
index 1bc3fe0b..6119eb95 100755
--- a/io_scene_gltf2/blender/imp/gltf2_blender_scene.py
+++ b/io_scene_gltf2/blender/imp/gltf2_blender_scene.py
@@ -13,8 +13,7 @@
# limitations under the License.
import bpy
-from math import sqrt
-from mathutils import Quaternion
+
from .gltf2_blender_node import BlenderNode
from .gltf2_blender_animation import BlenderAnimation
from .gltf2_blender_vnode import VNode, compute_vnodes