Blender Git Loki
Git Commits -> Revision 985fb03
Revision 985fb03 by Campbell Barton (master) April 5, 2007, 07:45 (GMT) |
* Changed mesh so all new data is selected (fits in with blender's UI and other areas of Python API), this could break existing scripts that count on new data being unselected (unlikely) * Added a keyword argument to mesh.transform() - "selected_only" so you can transform the selected verts. this wont break existing scripts. * Documented these changes in epydocs. * used these functions in BPyAddMesh |
Commit Details:
Full Hash: 985fb03478f518282040d36885bbb8cc1dcacfca
SVN Revision: 10462
Parent Commit: 581970a
Lines Changed: +59, -45