Blender Git Commit Log
Git Commits -> Revision 185cf60
Revision 185cf60 by Campbell Barton (master) November 19, 2012, 02:26 (GMT) |
improvements to bevel - the resulting selection is now correct internal details - bev_rebuild_polygon() now only rebuilds polygons that are attached to a bevel vertex (was rebuilding ALL). ... need to take care we don't leave faces pointing to removed geometry, so far this works fine. - bev_rebuild_polygon() uses stack memory for <32 size ngons to reduce allocs. - skip hash lookup when removing bevel verts (use tag instead). |
Commit Details:
Full Hash: 185cf6095e50eb4b3c27ad07dc31367da9d486f0
SVN Revision: 52344
Parent Commit: cdc4037
Lines Changed: +67, -22