fixed a problem with UV coords and vert col's when reducing the mesh.

This commit is contained in:
2006-08-15 06:12:55 +00:00
parent 0a3f16304f
commit 3dce59a5df
3 changed files with 60 additions and 74 deletions

View File

@@ -20,7 +20,7 @@
import Blender
import BPyMesh_redux # seperated because of its size.
reload(BPyMesh_redux)
# reload(BPyMesh_redux)
redux= BPyMesh_redux.redux
# python 2.3 has no reversed() iterator. this will only work on lists and tuples