Blender Git Commit Log

All Blender Git commits.

Page: 2150 / 8462

October 2, 2019, 11:15 (GMT)
Merge branch 'master' into temp-gpencil-drw-engine

Conflicts:
source/blender/draw/engines/gpencil/gpencil_engine.c
October 2, 2019, 11:03 (GMT)
UI: use consistent names and menu organization for blending modes

The Python API is unchanged and remains compatible.

Differential Revision: https://developer.blender.org/D5830
October 2, 2019, 11:01 (GMT)
Python API: remove unnecessary ELASTIC_DEFORM_ prefix from enum identifiers
October 2, 2019, 10:54 (GMT)
Revert "UI: use correct singular and plural nouns in report messages"

Convention is to use (s) postfix for cases where there can be one or multiple,
so stay consistent with that.

This reverts commit 3e8276311ed17d12e8b47b4fe8e2f68c1ce8c603.
October 2, 2019, 10:40 (GMT)
Fix building QuadriFlow with Clang on Windows

Boost 1.68 has a bug in its type_traits where it does not include the right
header for the is_assignable macro when building with Clang. Temporarily work
around it until we upgrade to a newer Boost version that fixes it.

Differential Revision: https://developer.blender.org/D5962
October 2, 2019, 09:19 (GMT)
GPencil: Fix memory leak

The return was breaking the memory free.
October 2, 2019, 09:11 (GMT)
GPencil: Fix typo error

October 2, 2019, 09:09 (GMT)
Merge branch 'master' into temp-gpencil-uv
October 2, 2019, 09:07 (GMT)
Merge branch 'master' into greasepencil-object
October 2, 2019, 09:04 (GMT)
GPencil: New operator to clear UV transformations
October 2, 2019, 08:22 (GMT)
Fix T70252: Reverting to macOS 10.11 compatible API.
October 1, 2019, 20:54 (GMT)
GPencil: Fix error of initialization
October 1, 2019, 20:22 (GMT)
Merge branch 'feature/modifier_openvdb_280' into blender-v2.80-develop
October 1, 2019, 20:21 (GMT)
Merge branch 'feature/cycles_deferred_ray_marching' into blender-v2.80-develop
October 1, 2019, 19:51 (GMT)
Cleanup: simplify node modal select implementation

Ref T63994
October 1, 2019, 18:46 (GMT)
Silence remesh building warning
October 1, 2019, 18:36 (GMT)
MSVC: Support Building clang+ninja+VS2019

1) Clang was given the wrong VS version to emulate when used in
combination with VS2019 causing build issues.

2) The erroneous supplied parameter `-std::c++11`caused CMake to
fail running its compiler detection scripts.
October 1, 2019, 18:32 (GMT)
UI: "text not found" message in text editor, change type from ERROR to WARNING

Differential Revision: https://developer.blender.org/D5736
October 1, 2019, 18:29 (GMT)
UI: tweak layout of boid brain panel

Differential Revision: https://developer.blender.org/D5684
October 1, 2019, 18:23 (GMT)
Keymap: make plane track corners draggable with lmb

Previously when clicking and dragging with LMB you would only move the entire
plane track. In order to move the corners independently you would have to use
your right mouse button. This would also prevent the context menu to show up.

Now LMB click and drag on corners moves them. If you LMB click and drag one of
the 4 edges of the plane track you would move the entire plane track.

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