added list2MeshWeight and meshWeight2List - faster then the dict equivilents and better in some cases.

Speedup for bpymesh_redux (poly reducer) with reducing vertex weights. use list2MeshWeight and meshWeight2List.

renamed vertex gradient files

Removed reload()'s
- 3ds_import.py
- mesh_cleanup.py
- mesh_poly_reduce.py
- vertexpaint_selfshadow_ao.py
This commit is contained in:
2006-07-07 10:46:46 +00:00
parent b4e787cb5c
commit 9a168d8285
9 changed files with 101 additions and 33 deletions

View File

@@ -109,7 +109,6 @@ import Blender
from Blender import Mesh, Scene, Object, Material, Image, Texture, Lamp, Mathutils
from Blender.Mathutils import Vector
import BPyImage
reload( BPyImage )
import struct
from struct import calcsize, unpack