Revision a28e014 by Campbell Barton November 27, 2015, 11:08 (GMT) |
BMesh: Add API call BM_face_calc_point_in_face Was local to knife code, but this is generally useful. |
Revision bfaebea by Sergey Sharybin November 27, 2015, 09:48 (GMT) |
Fix T46799: Blender crashes when enumerating POCL devices The issue was caused by a conflict between std::error_code linked into Blender which is compiled without C++11 support and POCL's expectations of std::error_code which was actually linked against C++11's STL. |
Revision 5680ac9 by Campbell Barton November 27, 2015, 07:00 (GMT) |
missed last commit |
Revision 2fa1f60 by Campbell Barton November 27, 2015, 06:26 (GMT) |
CMake/SCons: set Python to 3.5 |
Revision 254282c by Sergey Sharybin November 26, 2015, 19:18 (GMT) |
Fix crash when ding dyntopo sculpting This is a regression introduced by 77ac33d and was caused by use-after-free mistake. |
Revision b3808a4 by Porteries Tristan November 26, 2015, 18:54 (GMT) |
BGE: Fix ray cast with unfound property. To return a valid ray cast result the object must not be NULL and KX_RayCast::RayTest must return true. |
Revision d00a331 by Bastien Montagne November 26, 2015, 13:28 (GMT) |
Fix assert in UI align code in some specific situations. Situations like [top_button over [label, button]] need some subtle handling, since we only store one neighbor per side of a button... |
Revision b061b5a by Bastien Montagne November 26, 2015, 11:16 (GMT) |
Fix (unreported) libquery's IDLooper for constraints not handling correctly referenced ID pointers... |
Revision bf9e88b by Sergey Sharybin November 26, 2015, 11:11 (GMT) |
Cycles: Fix wrong SSS with regular path tracing and clamping enabled Radiance sum and reset was happening in different order after 26f1c51. This is a quick fix to unlock Caminandes team, perhaps we can avoid having separate variable to detect when radiance is to be sum. |
November 26, 2015, 09:59 (GMT) |
Fix T46760: Branched Path Tracing converges to different result than plain Path Tracing Multiple importance sampling for branched path tracing light samples needs to be calculated separately per BSDF, not with Veach's one sample model. |
Revision 35cf545 by Campbell Barton November 26, 2015, 07:04 (GMT) |
Fix recent c99 cleanup w/ openmp |
Revision e060c90 by Campbell Barton November 26, 2015, 04:39 (GMT) |
Fix assert navigating into dir w/ `.blend` suffix |
Revision 6483575 by Campbell Barton November 26, 2015, 02:16 (GMT) |
Fix error with intersect handling split-wire edges |
Revision cd8a84c by Campbell Barton November 26, 2015, 01:38 (GMT) |
Cleanup: warnings |
Revision d7708d1 by Campbell Barton November 26, 2015, 01:38 (GMT) |
Partial revert of last commit Keep index using the outer scope for GHASH iter macros, while its often nice, in some cases to declare in the for loop, it means you cant use as a counter after the loop exits, and in some cases signed/unsigned may matter. API changes should really be split off in their own commits too. |
Revision 77ac33d by Mike Erwin November 26, 2015, 00:49 (GMT) |
cleanup: C99 and vertex array comments GPU_buffer no longer has a fallback to client vertex arrays, so remove comments about it. Changed a few internal structs/function interfaces to use bool where appropriate. Use for-loop scope and flexible declaration placement. PBVH does the same thing but needs ~150 fewer lines to do it! The change to BLI_ghashIterator_init is admittedly hackish but makes GHASH_ITER_INDEX nicer to use. |
Revision 7bbcb64 by Mike Erwin November 26, 2015, 00:49 (GMT) |
OpenGL: remove unused VBO_DISABLED from PBVH Was almost certainly being compiled out anyway, but now we don?t have to read it! |
Revision 88556d8 by Campbell Barton November 26, 2015, 00:08 (GMT) |
Fix T46870: bge globalDict kept between sessions |
Revision d0b4535 by Campbell Barton November 26, 2015, 00:08 (GMT) |
Cleanup: whitespace |
Revision 2d52f65 by Campbell Barton November 25, 2015, 21:50 (GMT) |
Cleanup: use const for linklist API |
|
|
|


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