Blender Git Loki
Git Commits -> Revision 0497ea5
Revision 0497ea5 by Campbell Barton (master) May 11, 2006, 12:42 (GMT) |
Added a polygon reduction function that can poly reduce any mesh and supports UV's as well as bone weights (Thanks to briggs). Isnt intended to be ultra high quality, more for automatic realtime "Level of Detail" model generation. BPyMesh.redux(ob, 0.5) # To reduce to about half the polys |
Commit Details:
Full Hash: 0497ea57cb6be0cbe70380647025b90ed7faf6d8
SVN Revision: 7398
Parent Commit: ea2eb88
Lines Changed: +303, -0
1 Added Path:
/release/scripts/bpymodules/BPyMesh_redux.py (+297, -0) (View)
1 Modified Path:
/release/scripts/bpymodules/BPyMesh.py (+6, -0) (Diff)