Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Hughes <khughes@pacific.edu>2006-06-06 21:43:57 +0400
committerKen Hughes <khughes@pacific.edu>2006-06-06 21:43:57 +0400
commitb8c6c1fdf0cf466354b3b7a92380b06307c991e8 (patch)
tree5721984a37d71b780741f869a5f7af06789ad38f /release
parent721de110b260dc2a41881d49a18751139c5a1469 (diff)
===Tools===
Bug "fix" for #3932, and possibly for #3799. Booleans can get into an endless loop (at least until memory runs out); through triangulation somehow a face is repeatedly added to the list of faces to triangulate. This patch checks the face list for duplicates prior to a list add and aborts if a dup is found. The real issue is why the triangulation is creating the face in the first place, but that will take a more thorough (and longer) examination of the code. If I can fix that issue that prior to the 2.42 release, then this code can be removed.
Diffstat (limited to 'release')
0 files changed, 0 insertions, 0 deletions