Blender Git Commits

Blender Git "master" branch commits.

Page: 2266 / 5574

Revision 34dc660 by Mike Erwin
October 14, 2016, 18:41 (GMT)
OpenGL: draw text with fewer draw calls

Was one draw call per glyph, now one per line.

Still room for improvement here.
October 14, 2016, 17:24 (GMT)
GPencil: Avoid assert error if the immEnd is called with only one point for lines

This function will be replace by geometry shader, but we need this fix until the shader will be ready. The problem is similar to T49614.
October 14, 2016, 16:46 (GMT)
Prevent crash after OpenGL rendering animation to images.
October 14, 2016, 16:35 (GMT)
Fix T49614: Grease Pencil GPF error if stroke thickness change too much between stroke points

The problem was the function tried to draw a line with one point only. This fix will be replaced by new geometry shaders, but we need while this change is not ready.
October 14, 2016, 15:22 (GMT)
Fix T49571: 2d stabilize keys not visible in the Graph Editor and Dope Sheet
October 14, 2016, 11:53 (GMT)
Cycles: Disable optimization of operator / for float3

This was giving some speedup but made intersection tests to fail
from watertight point of view.

Needs deeper investigation, but need to quickly get it fixed for
the studio.
October 14, 2016, 11:22 (GMT)
Fix T49657: Audio backend "Jack" should be named "JACK".
October 14, 2016, 10:06 (GMT)
GPencil: Display stroke filling while drawing

Before this change, the stroke was filled only after complete the stroke drawing. For artist is better to get a feedback of the area he is filling while drawing, so this commit draws the filling area while drawing.

The triangulation of the stroke is recalculated every time the function is called because using a cache is not useful because the points information is changing all the time while the stroke is being drawing.
October 14, 2016, 08:29 (GMT)
Fix T49601: Material menu length problem.

Regression from rB69b66d549bcc8, was supposed to be non-functionnal
change, so not sure why search menu was reduced here? For now, restore
to 2.77 width.
October 14, 2016, 05:17 (GMT)
viewport: fix rv3d->viewport mem free issue
October 13, 2016, 23:25 (GMT)
BPY Docs: Correct spelling (Addon --> Add-on)

Differential Revision: https://developer.blender.org/D2293
October 13, 2016, 23:07 (GMT)
Fix T49646: Switching from large to small image can get stuck zoom at max zoom distance.

Allow for zooming in at max zoom distance.

Reviewed By: Severin

Differential Revision: https://developer.blender.org/D2291
October 13, 2016, 20:08 (GMT)
immediate mode: starting using new immUniformThemeColorBlendShade and more conversion
October 13, 2016, 20:08 (GMT)
more theme color functions: UI_GetThemeColorBlendShade4fv, immUniformThemeColorBlendShade
Revision 945f8e3 by Mike Erwin
October 13, 2016, 19:15 (GMT)
Gawain: vertex format now uses fixed allocations (CPU perf++)

API stays exactly the same.

Attribute names can still be of variable length, as long as the average length does not exceed AVG_VERTEX_ATTRIB_NAME_LEN. Since this includes unused attributes (length = 0) the current avg of 5 might even be too high.
October 13, 2016, 16:42 (GMT)
Merge remote-tracking branch 'origin/master' into blender2.8
October 13, 2016, 16:35 (GMT)
Fix T49534: 2.78 Wrong texture scaling in material viewport

Seems to be a bug in original implementation of a830280: code was always
using tangent space instead of UV map because it had the same name. Now
prefer UVMap over tangent because this is how Cycles works. At least it's
closer to.

Not sure it the save+reload issue is still relevant after this fix, that
needs to be double-checked.

Thanks @dfelinto for looking into the report and simplifying the case.

Should be included into 2.78a.
October 13, 2016, 16:26 (GMT)
viewport: barebones to handle viewport compositing in gpu_viewport.c
Revision 14d0549 by Mike Erwin
October 13, 2016, 16:24 (GMT)
Gawain: fix build when TRUST_NO_ONE is disabled

October 13, 2016, 15:53 (GMT)
Fix OLD pre-git links in the API, add missing factory-startup option to blender executions.

Reviewers: mont29

Reviewed By: mont29

Tags: #bf_blender, #python, #infrastructure:_websites

Differential Revision: https://developer.blender.org/D2290
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021