Go to file
Joshua Leung af8a54bd8d Fix for potential bug with new GP Fill
While trying to track down why I still keep getting some random "extra" triangles
showing up when reloading files with fills, I noticed that there's an index mismatch
here that may cause problems in some rare cases:

There are "gps->totpoints" items in tmp_triangles, but there should only be
"gps->tot_triangles" triangles in the gps->triangles array. If for whatever reason
some of the triangles in tmp_triangles are invalid, this could have meant that
while a tmp_triangles candidate was skipped, a corresponding slot for a valid
triangle also got skipped.
2016-05-09 00:53:49 +12:00
build_files Cleanup: warnings. spelling 2016-04-30 04:10:34 +10:00
doc Refactor BKE_blender into separate headers 2016-04-25 19:27:45 +10:00
extern Clamp dot-product to avoid precision error 2016-05-08 00:04:05 +10:00
intern Cycles: Cleanup: Swap order of the RNG-state-initializing for-loops 2016-05-08 01:22:28 +02:00
release D1705: Fix Grease Pencil Fill for Concave Shapes 2016-05-09 00:53:47 +12:00
source Fix for potential bug with new GP Fill 2016-05-09 00:53:49 +12:00
tests Fix bl_load_py_modules test 2016-05-02 21:06:15 +10:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Git ignore BUILD_NOTES.txt from install_deps.sh. 2015-11-23 20:17:02 +01:00
.gitmodules Remove SCons building system 2016-01-04 14:20:48 +05:00
CMakeLists.txt Optimize linear<->sRGB conversion for SSE2 processors 2016-05-05 19:46:06 +02:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Fix T48078: incorrect OS X command for retrieving number of CPUs on in Makefile. 2016-04-09 00:25:18 +02:00
make.bat Fix make.bat checking 64bit systems 2016-02-10 00:26:12 +11:00