Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2731 / 5574

December 10, 2014, 14:07 (GMT)
Cycles: Fix difference between SVM and OSL implementation of Normal node

SVM was normalizing the input normal, OSL did not. This lead to render
result differences across this shading systems.
December 10, 2014, 13:50 (GMT)
Fix for wrong flip of Normal node Dot output for new shading system

It was wrong to use invert(), we need to multiply by -1 instead.
December 10, 2014, 12:57 (GMT)
Fix T42472: Undoing/Redoing repeated transform operator gives wrong final matrix on objects with no geom data.

This hack should not be needed here, quoting Sergey, the actual issue comes from BKE_object_handle_update_ex,
which is calling BKE_object_where_is_calc_ex when it shouldn't.

Propper fix is depsgraph refactor topic, though.
December 10, 2014, 12:28 (GMT)
Fix T42818: Cycles SSS passes are incorrect for SSS size of 0

This was caused by some internal optimization which evaluated SSS with
size of zero as BSDF but used different ID so the evaluation result
didn't appear in regular diffuse pass.

This lead to situation when SSS data was nowhere stored if the
size was zero.

Now SSS with zero size and close-to-zero sizes will be handled in the
same way from the passes point of view.
December 10, 2014, 10:16 (GMT)
Fix T42748: Crash in subsurf, threaded access

Allocating the iterator from a BLI_memarena wasn't threadsafe.
Change the API to use stack memory for iterators.

Thanks to @mont29 for finding exact cause of the bug.
December 10, 2014, 08:50 (GMT)
Switch to numpy 1.9 for windows platform
December 10, 2014, 08:45 (GMT)
Fix numpy installation on windows+cmake

The was caused by numpy never unpackign because of no
dpependnecy of any targets from the unpacked numpy.

Tried making it so blender target dpeends on it, but for
some reason it didn't work. For now added dedicated target
for unpacked numpy. A bit dirty but much better than just
totally failing.
December 10, 2014, 08:39 (GMT)
Fixes for compilation with msvc

MSVC doesn't like caling macro argument f when using float values
in the macro, it simply replaces the f in the float value with the
argument..

CMake compilation still fails because of 77785ce70807, numpy is never
getting unpacked.
December 9, 2014, 20:49 (GMT)
cleanup: pep8
December 9, 2014, 20:42 (GMT)
Sequencer: optionally show strip offsets

was disabled in recent sequencer refactor, enable with view menu option.
December 9, 2014, 19:57 (GMT)
Correct last commit checking knife edges
December 9, 2014, 19:08 (GMT)
Cycles: Code cleanup, typo
December 9, 2014, 18:51 (GMT)
Knife: cuts along existing edges are now selected

This means cuts along existing edges don't have gaps in the selection.

Fixes T42616
December 9, 2014, 16:24 (GMT)
Knife: rename vert & edge 'draw' to 'is_cut'

More logical for checking if the edge is a cut into the mesh.
December 9, 2014, 16:23 (GMT)
Knife: fix edge aligned cuts, could add redundant verts
December 9, 2014, 16:18 (GMT)
Smallhash: add support for iterating value pointers

also add reinsert function
December 9, 2014, 15:54 (GMT)
Gooseberry request, circle select for graph editor
December 9, 2014, 15:34 (GMT)
Fix T42857: Inconsistency between cache line visibility and ability to change frame from image space
December 9, 2014, 14:57 (GMT)
Knife: test if an edge is on the face boundary

Was checking if an edges midpoint was inside the face,
giving random results (point-inside for an edge location).
December 9, 2014, 14:51 (GMT)
Fix T42488: Knife (selected_only + occlude) failed
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021