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:
authorCampbell Barton <ideasman42@gmail.com>2006-07-03 07:22:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2006-07-03 07:22:48 +0400
commite70610ab1eb83b1e6c549f2646ebf7cd2cc9937d (patch)
tree0be8ae42973f56d6c4b62de0f61f7ad57adbc3b9 /release/scripts/bpymodules/BPyMesh.py
parent6c4a0d7769930715baa527715884536610050be5 (diff)
Update to ply export, give nice messages to the user rather then throwing errors at the user.
Export mesh data with modifiers and objects matrix applied. export not only mesh data but text, nurbs etc (thanks to BPYMesh getMeshFromObject) Small updates to ply import, dont set the TEX of a face (no pink faces anymore)
Diffstat (limited to 'release/scripts/bpymodules/BPyMesh.py')
-rw-r--r--release/scripts/bpymodules/BPyMesh.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/release/scripts/bpymodules/BPyMesh.py b/release/scripts/bpymodules/BPyMesh.py
index 02896296feb..a4f745a3d19 100644
--- a/release/scripts/bpymodules/BPyMesh.py
+++ b/release/scripts/bpymodules/BPyMesh.py
@@ -1,9 +1,8 @@
import Blender
-#from BPyMesh_redux import redux # seperated because of its size.
-#from BPyMesh_redux import redux # seperated because of its size.
-import BPyMesh_redux
-reload(BPyMesh_redux)
-redux= BPyMesh_redux.redux
+from BPyMesh_redux import redux # seperated because of its size.
+#import BPyMesh_redux
+#reload(BPyMesh_redux)
+#redux= BPyMesh_redux.redux
# python 2.3 has no reversed() iterator. this will only work on lists and tuples
try: