This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/makesdna
Campbell Barton 00acdb6292 remove CD_POLYINDEX customdata layer:
reported as [#29376] BMESH_TODO: remove tessface CD_ORIGINDEX layer

for a single mesh there could be 3 origindex mappings stored, one on the polygons and 2 on the tessfaces.
(CD_POLYINDEX and CD_ORIGINDEX).

as Andrew suggests, now tessfaces (which are really a cache of polygons), using origindex to point to polygons on
the same derived mesh, and polygons only store the original index values.
2012-10-30 19:20:17 +00:00
..
2012-10-22 08:15:51 +00:00
2012-04-30 14:24:11 +00:00
2012-06-06 22:38:39 +00:00
2012-10-28 15:23:16 +00:00
2012-10-28 15:23:16 +00:00
2012-10-21 14:47:16 +00:00
2009-09-16 17:43:09 +00:00