Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/raw_import.py')
-rw-r--r--release/scripts/raw_import.py13
1 files changed, 6 insertions, 7 deletions
diff --git a/release/scripts/raw_import.py b/release/scripts/raw_import.py
index c080d028e3d..f1b6cc511e4 100644
--- a/release/scripts/raw_import.py
+++ b/release/scripts/raw_import.py
@@ -9,8 +9,8 @@ Tooltip: 'Import Raw Triangle File Format (*.raw)'
# +---------------------------------------------------------+
# | Copyright (c) 2002 Anthony D'Agostino |
-# | http://ourworld.compuserve.com/homepages/scorpius |
-# | scorpius@compuserve.com |
+# | http://www.redrival.com/scorpius |
+# | scorpius@netzero.com |
# | April 28, 2002 |
# | Released under the Blender Artistic Licence (BAL) |
# | Import Export Suite v0.5 |
@@ -18,13 +18,12 @@ Tooltip: 'Import Raw Triangle File Format (*.raw)'
# | Read and write RAW Triangle File Format (*.raw) |
# +---------------------------------------------------------+
-import Blender
+import Blender, mod_meshtools
#import time
-import mod_flags, mod_meshtools
-# ==================================
-# ==== Read RAW Triangle Format ====
-# ==================================
+# ================================
+# === Read RAW Triangle Format ===
+# ================================
def read(filename):
#start = time.clock()
file = open(filename, "rb")