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>2012-01-02 14:53:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-01-02 14:53:05 +0400
commitc8dae7e6602da884f319dd8ffc1499a34c9bd94e (patch)
tree991c86b45d801c602c1a505c65bfacf73c8853f2 /io_scene_x3d/import_x3d.py
parent93d8d84f014d8f1d06f39ccd7850393bb3f19380 (diff)
update for matrix row/col switch
Diffstat (limited to 'io_scene_x3d/import_x3d.py')
-rw-r--r--io_scene_x3d/import_x3d.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/io_scene_x3d/import_x3d.py b/io_scene_x3d/import_x3d.py
index c3ecbeec..9c6986de 100644
--- a/io_scene_x3d/import_x3d.py
+++ b/io_scene_x3d/import_x3d.py
@@ -1414,16 +1414,8 @@ for i, f in enumerate(files):
# -----------------------------------------------------------------------------------
import bpy
from bpy_extras import image_utils
-# import BPyImage
-# import BPySys
-# reload(BPySys)
-# reload(BPyImage)
-# import Blender
-# from Blender import Texture, Material, Mathutils, Mesh, Types, Window
from mathutils import Vector, Matrix
-RAD_TO_DEG = 57.29578
-
GLOBALS = {'CIRCLE_DETAIL': 16}