Go to file
Campbell Barton 26db98293f Quiet annoying warning:
Warning! Tesselation uvs or vcol data got out of sync, "had to reset!

This would happen on every editmode edit with UV's and wasn't too reassuring that blender was handling uvs/vcols correctly.

From looking into the problem I found that creating the undo mesh would act as if it was tessellating the existing mesh each time and complain that the data was out of sync, when infact the mesh was just created and being filled in.

Also, allocating uv and vcol customdata arrats for tessfaces isn't needed for undo mesh, so save some memory and dont allocate these in the first place.
2011-12-06 09:28:25 +00:00
build_files svn merge ^/trunk/blender -r42372:42416 2011-12-04 18:39:19 +00:00
doc include mathutils.noise in sphinx docs 2011-12-04 06:55:32 +00:00
extern Fix #29506: libmv build issues on freebsd, patch by Shane Ambler. 2011-12-05 14:01:57 +00:00
intern svn merge ^/trunk/blender -r42372:42416 2011-12-04 18:39:19 +00:00
release svn merge ^/trunk/blender -r42422:42426 2011-12-04 23:39:01 +00:00
source Quiet annoying warning: 2011-12-06 09:28:25 +00:00
CMakeLists.txt manual sync with trunk - pulling in changes where the issues are not bmesh spesific 2011-12-04 23:13:28 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile minor changes 2011-11-23 17:14:29 +00:00
SConstruct Cycles 2011-12-01 16:33:21 +00:00