Go to file
Tamito Kajiyama f6b4b12961 Better fix for T41464: Material Boundary bug in Freestyle.
The problem addressed here is that there was no mean to check if an iterator
points the last of the elements being iterated over.  Such checking is necessary
to reliably dereference the iterator (i.e., calling the operator*() method of the
underlying C++ iterator object).

Now Interface0DIterator and StrokeVertexIterator have an .at_last property
to check if an iterator points the last element.  Using this new API feature,
the present commit partly reverts the previous commit rBeb8964fb7f19 to
better address T41464.

Differential revision: https://developer.blender.org/D752

Author: flokkievids (Folkert de Vries)

Reviewed by: kjym3 (Tamito Kajiyama)
2014-09-02 21:24:41 +09:00
build_files Fix windows buildbot rebuilding cubins on both compile and pack 2014-08-27 20:08:50 +06:00
doc BGE: fix crash and return boolean on scene.replace() 2014-08-23 12:31:32 +02:00
extern Fix T41360: Crash on Boolean Modifier 2014-08-11 20:55:52 +06:00
intern Cycles: Rebuild BVH from scratch if loading cache failed 2014-09-01 18:05:10 +06:00
release Better fix for T41464: Material Boundary bug in Freestyle. 2014-09-02 21:24:41 +09:00
scons@1ec93106c4 Fix T40606: Blender 2.71RC1 for Windows uses too old blender.mo file in Japanese 2014-06-16 14:04:49 +06:00
source Better fix for T41464: Material Boundary bug in Freestyle. 2014-09-02 21:24:41 +09:00
tests Tests: remove support.run_unittest 2014-08-21 19:56:21 +10:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Revert "ignore conflict files" 2014-08-08 06:00:49 +10:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt Fix linking error on VC 2013: Update lib names for openexr 2014-08-13 09:14:05 +02:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Source Checkers: Include intern/ libs we maintain in spelling checks 2014-07-25 15:17:29 +10:00
SConstruct Add sqlite3 dll's on windows. 2014-08-31 09:08:07 +02:00