Blender Git Commit Log

All Blender Git commits.

Page: 2616 / 8462

March 25, 2019, 00:42 (GMT)
Cleanup: style
March 25, 2019, 00:16 (GMT)
Cleanup: use braces for interface code
March 24, 2019, 22:08 (GMT)
Cleanup: pass const image data to IMB_ibImageFromMemory
March 24, 2019, 22:02 (GMT)
Cleanup: style, array wrapping

Add trailing comma for clang-format.
March 24, 2019, 20:34 (GMT)
Fix uninitialized variable use for right aligned checkbox
March 24, 2019, 17:41 (GMT)
Merge branch 'master' into functions
March 24, 2019, 17:40 (GMT)
initial body type for lazy input evaluation
March 24, 2019, 17:20 (GMT)
Fix T49979: HSV/HSL 'Far' interpolation in colorbands when both stops have same hue.

When two stops had the exact same color, 'Far' interpolation would
behave like the three others and generate constant colors, instead of
generating expected 'full turn' in Hue space.

Note that this will break the 'constant' color between two stops with
same value in the 'Far' interpolation mode, but think that change is
OK/expected.

This fix also exposed that 'early out' case when we are after last stop
was not working properly, still triggering actual interpolation
computation in all cases, thus the refactor in `BKE_colorband_evaluate()`
itself. We also now avoid computing factors in constant case, and get
out early in all interpolation cases but the 'spline' ones (where color
ramping can start before first stop, and end after last one).

Work initiated by patch from Charlie Jolly (@charlie) in T49979, thanks.

Reviewers: brecht, sergey

Subscribers: charlie

Differential Revision: https://developer.blender.org/D4556
March 24, 2019, 16:29 (GMT)
cleanup classes that are used in a composition
March 24, 2019, 16:03 (GMT)
remove special type info for lists
March 24, 2019, 15:38 (GMT)
fix
March 24, 2019, 15:16 (GMT)
new Switch node
March 24, 2019, 15:14 (GMT)
new Boolean type
March 24, 2019, 13:49 (GMT)
Fix missing version patching from lamp/light and subsurface changes.
March 24, 2019, 12:52 (GMT)
experimental byte code interpreter for function graph
March 24, 2019, 12:52 (GMT)
better naming
March 24, 2019, 11:12 (GMT)
Merge branch 'master' into greasepencil-object

Conflicts:
source/blender/blenloader/intern/versioning_280.c
March 24, 2019, 10:31 (GMT)
simplify allocating tuple in prepared buffer
March 24, 2019, 09:41 (GMT)
non recursive method to find required sockets
March 24, 2019, 05:09 (GMT)
Cleanup: redundant use of string formatting functions
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021