Revision 503484c by Campbell Barton September 28, 2014, 11:43 (GMT) |
GTest: polyfill2d Collection of test cases from libGDX and our own tracker Tests: - combine triangle area matches polygon area. - tris have same winding. - tris don't have duplicates. - correct number of internal & boundary edges. - degenerate polys still give topologically correct output. also checks all possible start-vert offsets, forwards and backwards. optional OBJ output, for debugging. |
Revision fa1e6c5 by Campbell Barton September 28, 2014, 11:11 (GMT) |
Fix T41986: polyfill fails with axis aligned verts |
Revision c729ce7 by Campbell Barton September 28, 2014, 09:19 (GMT) |
BMesh: remove point-in-face test for bisect instead track inside/outside state while stepping over intersections. |
Revision 07d161b by Campbell Barton September 28, 2014, 09:19 (GMT) |
Comments: update for changed args |
Revision 2cca83c by Sergey Sharybin September 28, 2014, 08:37 (GMT) |
Fix T41981: Crash by Copy mask splines without splines |
Revision d41f99a by Sergey Sharybin September 28, 2014, 08:13 (GMT) |
Cycles: Correct object flags bitfield, was missing negative scale there It's quite a few of circumstances to be met to hit the case when render wouldn't be correct. Better to be ported to the final release. |
Revision 839e24c by Campbell Barton September 28, 2014, 07:29 (GMT) |
Correct recent error in BLI_array_append_ret |
Revision 4a92620 by Campbell Barton September 28, 2014, 05:08 (GMT) |
Comments: clarify math lib |
Revision 7803cb0 by Campbell Barton September 28, 2014, 05:08 (GMT) |
BMesh: replace BLI_array_grow_one -> BLI_array_append_ret |
Revision 0cf8ee1 by Campbell Barton September 28, 2014, 05:08 (GMT) |
BMesh: use stack for subdiv face data (no realloc) |
Revision 5f267ab by Campbell Barton September 28, 2014, 05:08 (GMT) |
BLI_array: add BLI_array_append_ret returns the newly appended item. also make make it so reserve doesn't have to grow then shrink the array size. |
Revision a4c3b92 by Campbell Barton September 28, 2014, 05:08 (GMT) |
BLI_Stack add BLI_stack_peek, BLI_stack_discard also remove own incorrect assert |
Revision 99ef213 by Tamito Kajiyama September 28, 2014, 02:17 (GMT) |
Freestyle: minor docstring revision of Operators.reset(). |
Revision c900cd3 by Tamito Kajiyama September 28, 2014, 02:17 (GMT) |
Freestyle: Expose the Operators.reset() function to Python. The Operators.reset function is exposed to the Freestyle Python API, which makes it possible to combine multiple style modules into one file. Differential revision: https://developer.blender.org/D802 Author: flokkievids (Folkert de Vries) Reviewed by: kjym3 (Tamito Kajiyama) |
Revision 21825c4 by Sergey Sharybin September 27, 2014, 20:35 (GMT) |
Cycles: Avoid temp variable in camera-in-volume check Was a left-over from some experiments, no need it with the current implementation, and likely wouldn't need in the future. |
Revision 53b05e4 by Sergey Sharybin September 27, 2014, 20:19 (GMT) |
Cycles: Cleanup of the SSS volume stack update code Was a leftover after the changed scene_intersect() which used to be ifdefed depending on the __HAIR__ in the original patch. |
September 27, 2014, 19:35 (GMT) |
Fix T41974: blender ships vulnerable minilzo version Update lzo library due to security issue Update lzo to latest version. This fixes a security issue (reported in T41974) This also fixes some (false-positive) valgrind warnings. Reviewers: sergey Differential Revision: https://developer.blender.org/D803 |
Revision 8e4fdba by Campbell Barton September 27, 2014, 10:32 (GMT) |
Cleanup: typo |
Revision e237424 by Sergey Sharybin September 27, 2014, 09:41 (GMT) |
Tracking: Make sure INC_SYS is always fine |
Revision 5488630 by Campbell Barton September 27, 2014, 08:31 (GMT) |
Add Face Region to 'Select-Similar' menu |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021