Blender Git Commit Log

All Blender Git commits.

Page: 2513 / 8462

May 16, 2019, 12:57 (GMT)
Fix T64652: tool settings is gone from top-bar
May 16, 2019, 12:56 (GMT)
Fix unintended fall-through in switch statement
May 16, 2019, 12:53 (GMT)
Depsgraph: Make depsgraph.update() safe for threading

This is same as view_layer.update() is doing.
May 16, 2019, 12:38 (GMT)
UI: tweak display of active, selected and edited items in the outliner

* Change circle to roundbox around active icons, so they don't overflow.
* Change text color to indicate selected and active state.

Differential Revision: https://developer.blender.org/D4650
May 16, 2019, 12:38 (GMT)
UI: Tweak naming in Sequencer View menu to match 3D View
May 16, 2019, 12:17 (GMT)
Cleanup: rename IDP_FreeProperty_ex to IDP_FreePropertyContent_ex

This was missing from rBdb5120603f.
May 16, 2019, 12:14 (GMT)
UI: Match Sequencer Safe Areas with similar Camera Properties panel
May 16, 2019, 12:11 (GMT)
Refactor: Simplify ID Property freeing

This also makes `IDP_CopyProperty` the "opposite"
of `IDP_FreeProperty`, which is what I'd expect.

Two refactoring steps:
* rename IDP_FreeProperty to IDP_FreePropertyContent
* new IDP_FreeProperty function that actually frees the property

Reviewers: brecht

Differential Revision: https://developer.blender.org/D4872
May 16, 2019, 12:02 (GMT)
Merge branch 'master' into greasepencil-object
May 16, 2019, 12:01 (GMT)
GPencil: New filter in Onion by keyframe type

This new filter allows to select only some type of keyframe (keyframe, breakdown, etc).

This was a request of artists that are used to work with other 2D softwares.

Also some cleanup to remove aninmatable option to some properties.
May 16, 2019, 11:58 (GMT)
UI: Video Sequencer sidebar overhaul

- Use single column layout
- Move the rather obscure Backdrop toggle into the View menu
- Use correct units for Crop and Offset (pixels)
- Re-organize the sidebar in 2 main groups: Adjust & Info

Adjust includes Compositing, Offset, Crop, Video, Color, Sound
Info includes strip name, path, start/end and other data

Original changes by tintwotin, with changes and adjustments on top by me
May 16, 2019, 11:45 (GMT)
Fix edit-mesh select crash when using face-dots

The GPUVertBuf was freed but not the GPUBatch.

Old bug exposed by new code from 8a6414ed46f66.
May 16, 2019, 11:43 (GMT)
GPencil: Apply Onion keyframe type to all modes
May 16, 2019, 11:38 (GMT)
GPencil: Change Onion key type filter to Range mode

The filter is more useful in this mode, not selected.
May 16, 2019, 11:35 (GMT)
EEVEE: Intel Shader Compiler Bug

When using Intel GPU EEVEE did not display anything. This was due to an
internal shader compilation bug inside the intel drivers. We had fixed
this for other vertex shaders. The same change we have to apply to other
vert shaders that want to limit the need of Matrix multiplications.
May 16, 2019, 11:17 (GMT)
Fix edit-mesh face-dot drawing check

Since 8a6414ed46f66 the old logic no longer applies.
May 16, 2019, 11:17 (GMT)
Cleanup: unused vars
May 16, 2019, 10:52 (GMT)
Fix T64678: wrong DDS normal map rendering after recent changes
May 16, 2019, 10:29 (GMT)
Fix T64687: Loop select work only with edges

Regression in recent commit 8a6414ed46f66
May 16, 2019, 10:15 (GMT)
GPencil: Remove animation for some properties
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021