Blender Git Commits

Blender Git "master" branch commits.

Page: 1320 / 5574

February 20, 2019, 18:44 (GMT)
cycles/opencl: Fix compile error.

added missing quote, introduced in rB15edda3a8e07003bef695cca939744bbea80ad18
February 20, 2019, 18:07 (GMT)
Merge branch 'blender2.7'
February 20, 2019, 18:06 (GMT)
Local view: add operator property to disable framing selected objects.

Default behavior is unchanged still, but can be changed in the keymap.
From testing I think this needs better visual feedback to indicate that
you are in local view, if the view does not move it's not as clear.
February 20, 2019, 18:06 (GMT)
Local view: don't restore selection when exiting local view.

Losing the selection can be inconvenient, and it's easy to select all local
objects before exiting local view if needed.
February 20, 2019, 17:56 (GMT)
UI: Use checkbox for shape keys 'mute'.

Muting functions as enable/disable toggle, it's not viewport-only.
February 20, 2019, 17:02 (GMT)
Units: Use pixels for denoising radius property, and set Cycles motion blur duration to factor.

Also fix own mistake of using of spaces instead of tabs in RNA.
February 20, 2019, 16:13 (GMT)
Tests: only run OpenGL draw tests on lib/tests/opengl, support symlinks.

To keep running these tests relatively fast and practical to run often,
running it on all .blend files is a bit much. So now we only run it on
files from this directory.

Additionally this adds supports for following symlinks, so that you can
easily symlinks to other directories if you want to tests extra files
which may have linked libraries.
February 20, 2019, 15:39 (GMT)
Cleanup: fix compiler warning.
February 20, 2019, 15:22 (GMT)
Cleanup: fix some versioning code running when not needed.
February 20, 2019, 15:09 (GMT)
Fix crash when rendering and drawing curves at the same time

Need to stop modifying original DNA data, this is not safe
for threading and easily avoidable.
February 20, 2019, 15:04 (GMT)
UI: Make Shutter Speed properties consistent in Eevee & Cycles.

-Use PROP_FACTOR for both (It is a factor of the total frame length)
-Set soft max to 1 and hard max to 2 for both.
February 20, 2019, 14:28 (GMT)
UI: Change name of Sequencer option from 'Draw Waveform' to 'Display Waveform' to fit the naming conventions described in T56648.
February 20, 2019, 14:22 (GMT)
Merge branch 'blender2.7'
February 20, 2019, 14:17 (GMT)
Cycles OpenCL: Remove OpenCL MegaKernel

Using OpenCL MegaKernel has been slow and therefore not usefull.
This patch will remove the mega kernel from the OpenCL codebase
and the OpenCLDeviceBase class.

T61736: removal of mega kernel
T61703: baking does not work with mega kernel

Tags: #cycles

Differential Revision: https://developer.blender.org/D4383
February 20, 2019, 13:47 (GMT)
Cycles: Fix wrong vertex color and UV for hair

Was introduced by rB03013c23179 and caused by missing
occasions of when hair strands are zero length.
February 20, 2019, 13:38 (GMT)
Subdiv: Fix function naming

Not sure where displacement came from into there, maybe
file was based on displacement evaluator.
February 20, 2019, 13:37 (GMT)
Node headers should not respect theme alpha values

As pointed out in https://developer.blender.org/rB558d7dd90e56ca1b4dbf1b7b8b7b555791821148,
the theme color alpha should not be taken into account when rendering node headers.

Reviewed By: Brecht Van Lommel

Differential Revision: https://developer.blender.org/D4338
February 20, 2019, 13:04 (GMT)
Fix File > Save not showing red highlight when saving over existing files.

Don't disable the save over popup through the keymap, just remove it entirely
from the code so that the file browser interprets the property correctly.
February 20, 2019, 12:53 (GMT)
Fix missing dependency upgrade when changing image to/from sequence.

Since animation is now handled by the dependency graph.
February 20, 2019, 10:48 (GMT)
Depsgraph: Fix relation when lamp has driver on custom property

Was once again caused by an ambiguity of the entry/exit operations.

Only did for objects since those are the only one who needs this.
The rest types of IDs needs to be checked and only added extra
operations if needed (adding operations and relations causes some
overhead for evaluation, so need to be careful).
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021