Go to file
Nicholas Bishop 07beb61b1e Fix for collapse-edges crash in dyntopo
Was incorrectly testing for a vertex in a set with BLI_ghash_lookup
rather than BLI_ghash_haskey; the key in this case is always null so
the test failed.

This could leave the PBVH in an inconsistent state, since the
top-level map of BMesh vertices to PBVH nodes would indicate the
vertex was in a node, but that node wouldn't actually have any faces
using the vertex. That inconsistent state would eventually lead to a
crash in pbvh_bmesh_vert_remove().

Fixes
http://projects.blender.org/tracker/?func=detail&atid=498&aid=34370&group_id=9
2013-02-25 00:02:25 +00:00
build_files install_deps.sh: 2013-02-24 11:54:28 +00:00
doc bf-members.txt encoding changed from Mac Roman to UTF-8 so it displays properly 2013-02-21 18:07:59 +00:00
extern Remove extern_ssba workaround 2013-02-22 10:06:54 +00:00
intern Hopefully last round of fixes for all OSes 2013-02-24 14:27:59 +00:00
release patch [#34380] Fix Python console bug: "autocomplete" doesn't advance cursor properly when completion includes UTF8 characters 2013-02-24 21:51:48 +00:00
source Fix for collapse-edges crash in dyntopo 2013-02-25 00:02:25 +00:00
CMakeLists.txt Rename CMake's Boost_USE_ICU to WITH_BOOST_ICU (update your CMake conf if you make static builds!), and add it as CMake option. 2013-02-23 20:42:15 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile code cleanup: comment unused members of bmesh operator slots and some osl style edits. 2012-11-20 14:31:58 +00:00
SConstruct SCons: install blender thumbnailer next to blender binary. 2013-02-13 08:55:03 +00:00