Go to file
Sergey Sharybin 1e035381d1 Workaround #29205: Crash while using Edge Split modifier (while rotating vertices in edit mode with edge split viewable)
This bug is caused by exactly the same reason as #26316: differences in how new vertices/edges
are getting calculated first and how they're adding later. In some cases extra vertices are
creating which weren't counted before.

This patch prevents crash in such situations, but result mesh can be a bit wrong.
This should work fine in bmesh, so think it's acceptable to have such workaround
before actual fix coming with bmesh.
2011-11-10 08:29:22 +00:00
build_files add some missing headers to cmake, also add some files as comments since it seems they should be added but evidently work fine without. 2011-11-10 06:05:22 +00:00
doc cmake & pep8 tidy up, also some style edits. 2011-11-08 01:32:34 +00:00
extern cmake & pep8 tidy up, also some style edits. 2011-11-08 01:32:34 +00:00
intern add some missing headers to cmake, also add some files as comments since it seems they should be added but evidently work fine without. 2011-11-10 06:05:22 +00:00
release Cycles Merge 2011-11-08 17:00:40 +00:00
source Workaround #29205: Crash while using Edge Split modifier (while rotating vertices in edit mode with edge split viewable) 2011-11-10 08:29:22 +00:00
CMakeLists.txt presets now work from non-redo popups, 2011-11-10 03:44:50 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile remove po/ since the workflow for translations uses branches which isnt that useful to have within blenders source dir. 2011-11-05 14:26:18 +00:00
SConstruct Add compiles support for Cycles. 2011-11-08 20:40:02 +00:00