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-08-02 08:40:50 +0400
committerCampbell Barton <ideasman42@gmail.com>2006-08-02 08:40:50 +0400
commit7ec55d7a62efd4b9d6de24b21b6db766d0099d7f (patch)
tree1e2a332c6f2c379c2dd1477675e8457a8dc70cfc /release/scripts/mesh_poly_reduce.py
parent70853bbcc7f34069abf6f12d1199394cc2e67cd6 (diff)
Made this script test 4 different collapse locations and use the one that results in the least error.
locations are: smart, middle, v1, and v2 where smart is an attempt to generate a loc that will collapse without loosing volume. This can now collapse a subdivided cube properly.
Diffstat (limited to 'release/scripts/mesh_poly_reduce.py')
-rw-r--r--release/scripts/mesh_poly_reduce.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/mesh_poly_reduce.py b/release/scripts/mesh_poly_reduce.py
index af965f4b6a5..de84ec6b300 100644
--- a/release/scripts/mesh_poly_reduce.py
+++ b/release/scripts/mesh_poly_reduce.py
@@ -16,6 +16,7 @@ This script simplifies the mesh by removing faces, keeping the overall shape of
from Blender import Draw, Window, Scene, Mesh, Mathutils, sys, Object
import BPyMesh
+reload(BPyMesh)
# ***** BEGIN GPL LICENSE BLOCK *****
#