Go to file
Sergey Sharybin e8d0e77856 Fix #34813: smooth brush used on a shape key messes up the topology - part2
This reverts rev55642 and fixes issue in a different way.

The thing here is: isolated vertices are for sure not in BVH
and updating keyblock could not only rely on idea that all
vertices are in BVH (no idea why it was noticed just now).

Solved in a way, that uses old keyblock coordinates as new
keyblock, and then refines it using coordinates from BVH.

Hopefully it'll cover all cases now :)
2013-04-01 09:55:37 +00:00
build_files correct too-big allocation in mesh beautify. 2013-04-01 07:57:33 +00:00
doc BGE: Adding docs for bge.logic.getProfileInfo(). 2013-03-19 04:56:51 +00:00
extern misc minor edits. 2013-03-29 06:25:22 +00:00
intern Audaspace: adding support for ffmpeg planar formats, breaks support for older ffmpeg versions. 2013-04-01 09:46:35 +00:00
release Fix typo in recent i18n changes 2013-03-31 17:41:22 +00:00
source Fix #34813: smooth brush used on a shape key messes up the topology - part2 2013-04-01 09:55:37 +00:00
CMakeLists.txt modified build system for updated opencollada libraries (windows only, other platforms might want to update as well) 2013-03-28 18:02:24 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile correct too-big allocation in mesh beautify. 2013-04-01 07:57:33 +00:00
SConstruct Attempt to fix windows building with scons 2013-03-22 08:53:11 +00:00