Go to file
Nicholas Bishop d7cea716c5 == Multires ==
Fix for bug #27710, 'Multires lost from 2.49 file in 2.5x'
Reported by Gaia Clary.

Problem was that the old multires data didn't flush changes to
vertices out to the Multires structure on filesave. So, recent bits of
sculpting could be lost if the multires level wasn't changed before
filesave.

We already had code to deal with missing multires vertex data, which
simply copies the Mesh vertex data into the multires vertex data if it
matches the number of vertices in the highest level. Moved this code
up a bit so that we always make this copy if the numbers match up.

Was able to reproduce the bug fresh in 2.49b, and confirmed that the
fix works. However, this does not help if changes were sculpted on a
multires level other than the highest level and saved without a
subsequent level change.
2011-06-27 03:54:22 +00:00
build_files fix for building with msvc/cmake take 2 (think its correct this time) 2011-06-26 17:18:37 +00:00
doc update automatic rna changelog 2011-06-22 12:05:24 +00:00
extern update cmake checker to ignore file list and add some headers to the source list. 2011-06-21 17:00:34 +00:00
intern Minor warning cleanup & fix 2011-06-27 03:36:14 +00:00
release Minor warning cleanup & fix 2011-06-27 03:36:14 +00:00
source == Multires == 2011-06-27 03:54:22 +00:00
CMakeLists.txt fix for building with msvc/cmake take 2 (think its correct this time) 2011-06-26 17:18:37 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile avoid cd'ing with the makefile stub 2011-06-06 16:00:32 +00:00
SConstruct cmake option to build without an audio library. 2011-06-23 09:27:56 +00:00