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
AgeCommit message (Collapse)Author
2006-07-07added list2MeshWeight and meshWeight2List - faster then the dict equivilents ↵Campbell Barton
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
2006-07-06Added a vertex gradient tool. got the ok from willian to add if its well ↵Campbell Barton
tested, can do vertex gradient and weight gradient- uses __vertex_gradient__.py which manages to do both.