Blender Git Loki
Git Commits -> Revision 21fd09c
Revision 21fd09c by Campbell Barton (master) March 11, 2012, 02:45 (GMT) |
bmesh py api: change .from_mesh() / .to_mesh() to be class methods of BMesh rather than functions in the module. added example script which converts a mesh to a bmesh, edits and converts back again. |
Commit Details:
Full Hash: 21fd09c028dce833f58cdaa8a1ff45876a5e5a2f
SVN Revision: 44803
Parent Commit: 0c50bed
Lines Changed: +140, -82
2 Added Paths:
/release/scripts/templates/bmesh_simple.py (+21, -0) (View)
/release/scripts/templates/gamelogic_simple.py (+17, -0) (View)
/release/scripts/templates/gamelogic_simple.py (+17, -0) (View)
1 Deleted Path:
/release/scripts/templates/gamelogic_basic.py (+0, -17)