blender/source
Bastien Montagne 4d58080e23 Fix T50851: Array modifier generating invalid geometry.
We had handling of fully duplicated polygons already, but... absolutely
nothing to sanitize partially merged polygons! This were giving us
totally invalid geometry, with duplicated vertices in single poly,
invalid edges, etc.

Now we do check for invalid loops inside polys, and generate new edges
as needed to get only valid polys.

For some reason this was a nightmare to get running fully OK, playing
with old and new indices is really, really mind breaking.
2017-05-26 21:58:29 +02:00
..
blender Fix T50851: Array modifier generating invalid geometry. 2017-05-26 21:58:29 +02:00
blenderplayer Fix Blenderplayer stubs 2017-05-11 01:13:32 +02:00
creator Fix blender player python installation on macOS after recent changes. 2017-05-25 22:18:50 +02:00
gameengine CMake: Use GCC7's -Wimplicit-fallthrough=5 2017-05-20 14:01:03 +10:00
tools@b11375e890 Fix blurry icons 2017-01-29 17:21:57 +03:00
CMakeLists.txt