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_mesh_raw/import_raw.py')
-rw-r--r--io_mesh_raw/import_raw.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/io_mesh_raw/import_raw.py b/io_mesh_raw/import_raw.py
index deda75e2..870f880b 100644
--- a/io_mesh_raw/import_raw.py
+++ b/io_mesh_raw/import_raw.py
@@ -43,10 +43,6 @@ tolerance.
import bpy
-# move those to a utility modul
-from bpy_extras.io_utils import unpack_face_list, unpack_list
-
-
def readMesh(filename, objName):
file = open(filename, "rb")