Blender Git Commits

Blender Git "master" branch commits.

Page: 2374 / 5574

Revision aaf5ee7 by Lukas Toenne
April 28, 2016, 10:03 (GMT)
Fix for O(N^2) runtime tagging in the new depsgraph.

Some of the tagging functions would be called for every operation, and then
in turn tag their ID nodes with all their operations again. With extensive rigs
we get ID nodes with a lot (10,000+) operation nodes, which leads to millions
of unnecessary tagging calls.
April 28, 2016, 05:56 (GMT)
3D Text: avoid checking null character's text on path

Redundant and causes complications when improving text code.
April 28, 2016, 03:46 (GMT)
Image view selected didn't account for region size

Now fit the selection with a 1.4x margin (matching 3d view).

Also move border fitting into own function.
April 28, 2016, 02:50 (GMT)
BMesh: limited-dissolve, add check for wire edges

Recent degenerate check crashed on chains of wire edges
April 27, 2016, 20:58 (GMT)
Minor code simplification in previous commit.
April 27, 2016, 19:41 (GMT)
Fix compiler warning on OS X / clang.
April 27, 2016, 19:37 (GMT)
Nodes: sort builtin compositor/shader/texture nodes alphabetically in menus

Reviewed By: lukastoenne, dingto, Severin, carter2422

Differential Revision: https://developer.blender.org/D1957
April 27, 2016, 09:53 (GMT)
Fix artifacts w/ low near clear in bglPolygonOffset
April 27, 2016, 05:55 (GMT)
Sequencer: skip text-effect rendering w/ no alpha
April 27, 2016, 05:49 (GMT)
Sequencer text strip color options

D1930 by @NiKoZLaB
April 27, 2016, 05:47 (GMT)
Fix alpha blending w/ font drawing & byte buffer
April 27, 2016, 04:34 (GMT)
Fix mask active-point being lost on load/undo
April 27, 2016, 04:11 (GMT)
Mask: always add a new spline when adding a new vert

Previously, adding a new vertex with Ctrl-LMB would move an existing
when there was an active spline but no active point.

This function is used as a fallback, extending an existing active point is already handled.
April 27, 2016, 03:54 (GMT)
New mask points now compensate parent offset
April 27, 2016, 03:12 (GMT)
Fix T48282: Newly added mask points don't follow parent
April 27, 2016, 03:12 (GMT)
Cleanup: use const, duplicate header
April 26, 2016, 22:26 (GMT)
Fix Cycles GLSL image texture node not respecting color space property.
April 26, 2016, 22:09 (GMT)
Code cleanup: minor cleanups for GPU_link return values, normal map node.
April 26, 2016, 15:18 (GMT)
Fix Font filebrowser not showing thumbnails when those are enabled by default in userpref.

Reported by Leon Cheung over IRC, thanks.
April 26, 2016, 15:15 (GMT)
Fix T47992: Stereo 3D Anaglyph rendered Images saved too light
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021