Blender Git Commit Log
Git Commits -> Revision 8563115
Revision 8563115 by Brecht Van Lommel (master) September 28, 2009, 14:28 (GMT) |
RNA * Move mesh API functions to mesh_data.c, would like to keep RNA layer fairly thin, any non-trivial functions shoud be in their modules. * Replace mesh.create_copy by generic id.copy. * Fix #19250: Mesh.add_geometry() in editmode fails silently, now gives an error. |
Commit Details:
Full Hash: 8563115e8c18e1e2b5db5de21520a0c780c5b164
SVN Revision: 23531
Parent Commit: 18e54b1
Lines Changed: +719, -665
1 Added Path:
/source/blender/editors/mesh/mesh_data.c (+667, -0) (View)
1 Deleted Path:
/source/blender/editors/mesh/mesh_layers.c (+0, -411)