Go to file
Tamito Kajiyama 2a5b6d9c8f Temporary fix for gaps in strokes when objects are behind the lines.
Problem report by Light BWK through personal communications, thanks a lot!

Apparently there is something wrong in the way how edges are chained to
create strokes.  For some unknown reason, strokes may contain a very small
line segment that proceeds in the opposite direction (e.g., downward
even when adjacent stroke segments proceed upward), resulting in the
reported visual artefact.

This revision is intended to address the reported issue in most cases.
The present solution is not a proper fix of the issue.  Another code
update with better understanding of the real cause is due in the future
work.
2013-08-21 21:20:51 +00:00
build_files Compilation error fix when using scons 2013-08-15 12:05:42 +00:00
doc BGE: Finally adding support for additive layer blending. 2013-08-14 23:31:49 +00:00
extern Use reentrant qsort() in particle codes 2013-08-19 10:40:47 +00:00
intern Fix #36526: SSS + hair crash after recent changes. 2013-08-21 12:20:38 +00:00
release Temporary fix for gaps in strokes when objects are behind the lines. 2013-08-21 21:20:51 +00:00
source set nonnull args for BLI_qsort_r 2013-08-21 20:45:51 +00:00
CMakeLists.txt disable cycles when building without python, also use const for function args in more places. 2013-08-07 22:40:03 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Fix a mismatch in help message (check_spelling_osl obviously checks OLS, and check_spelling_c, C code! :P ) 2013-05-14 14:37:51 +00:00
SConstruct Scons and BuildBot changes for MSVC 2012 support. 2013-06-18 11:55:32 +00:00