Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2468 / 5574

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.
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.
November 27, 2015, 07:00 (GMT)
missed last commit
November 27, 2015, 06:26 (GMT)
CMake/SCons: set Python to 3.5
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.
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.
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...
November 26, 2015, 11:16 (GMT)
Fix (unreported) libquery's IDLooper for constraints not handling correctly referenced ID pointers...
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.
November 26, 2015, 07:04 (GMT)
Fix recent c99 cleanup w/ openmp
November 26, 2015, 04:39 (GMT)
Fix assert navigating into dir w/ `.blend` suffix
November 26, 2015, 02:16 (GMT)
Fix error with intersect handling split-wire edges
November 26, 2015, 01:38 (GMT)
Cleanup: warnings
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!
November 26, 2015, 00:08 (GMT)
Fix T46870: bge globalDict kept between sessions
November 26, 2015, 00:08 (GMT)
Cleanup: whitespace
November 25, 2015, 21:50 (GMT)
Cleanup: use const for linklist API
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021