Blender Git Commit Log

Git Commits -> Revision 8e2efc1

Revision 8e2efc1 by Campbell Barton (master)
March 23, 2012, 00:28 (GMT)
rna/python api change: rename Mesh.faces --> tessfaces, since existing scripts are using this to modify the mesh and its confusing that the edits are not kept.

This also makes it clearer that the faces are for tessellated results only.

Added a section on the Gotcha's about upgrading scripts, the pros and cons of MeshTessFace/MeshPoly/BMFace.
and spesifically how to upgrade importers and exporters for 2.63+.

Commit Details:

Full Hash: 8e2efc1dbf4cc7e8e4f3240e7c2aa2cf51e6a656
SVN Revision: 45094
Parent Commit: f02bfe0
Lines Changed: +113, -31

6 Modified Paths:

/doc/python_api/rst/info_gotcha.rst (+80, -0) (Diff)
/doc/python_api/sphinx_doc_gen.py (+3, -0) (Diff)
/release/scripts/modules/bpy_extras/mesh_utils.py (+2, -2) (Diff)
/release/scripts/modules/bpy_types.py (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+26, -27) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021