Blender Git Commit Log

All Blender Git commits.

Page: 2576 / 8462

April 16, 2019, 12:56 (GMT)
CMake: fix building WITH_CYCLES_LOGGING=ON
April 16, 2019, 12:52 (GMT)
UI: Move Collection Visibility popover from 3D View header into the Sidebar

It's more practical to use this from the Sidebar, and takes away one item from the crowded header.

See T63527
April 16, 2019, 12:47 (GMT)
Merge branch 'master' into asset-engine
April 16, 2019, 12:46 (GMT)
Merge branch 'master' into temp-clang-format
April 16, 2019, 12:44 (GMT)
Fix broken build when using system Glew on linux.
April 16, 2019, 12:19 (GMT)
UI: Refactor View2D number drawing

This also fixes alignment issues in many editors.
E.g. the frame numbers were badly aligned to the grid lines
in the timeline.

Checkout the images in D4681 for more examples.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D4681
April 16, 2019, 12:11 (GMT)
CMake: fix building without libmv
April 16, 2019, 12:03 (GMT)
Fix T63619: Fill Tool is misaligned when 'Gradient' is enabled

Reviewers: brecht

Maniphest Tasks: T63619

Differential Revision: https://developer.blender.org/D4692
April 16, 2019, 11:57 (GMT)
CMake: fix linking with gtest & cycles enabled
April 16, 2019, 11:16 (GMT)
Fix T63429: Random deselect function lost

Add back the ability to choose the select operation for random select.
Now we allow the operator to specify if the select operation should be
visible in the GUI or not.

Reviewed By: Brecht

Differential Revision: https://developer.blender.org/D4665
April 16, 2019, 11:15 (GMT)
Merge branch 'master' into greasepencil-object
April 16, 2019, 11:10 (GMT)
GPencil: New Normalize All operator

This operator works similar to mesh operator but for Stroke and Points data.

Also minor cleanup in Normalize operator.
April 16, 2019, 11:10 (GMT)
GPencil: Add lock icon to Vertex Groups list

Also check this flag in operators.

Note: This is required for the development of the new Normalize All operator.
April 16, 2019, 11:09 (GMT)
GPencil: New Normalize Weights operator

This works similar to mesh operator, but using Stroke and Points data.
April 16, 2019, 11:00 (GMT)
Move clang_format_paths to source/tools

Needed so branches can update source/tools before migrating.
April 16, 2019, 10:57 (GMT)
Merge branch 'master' into temp-clang-format
April 16, 2019, 10:56 (GMT)
clang-format: disable StatementMacros, since it's not available in v7
April 16, 2019, 10:36 (GMT)
CMake: remove BLENDER_SORTED_LIBS

Use CMake's target_link_libraries instead of manually maintaining
library dependencies in a single list.

In practice adding new libraries often ended up being guess-work,
now each library lists the libraries it uses.

This was used for the game player executable so libraries
could optionally link to stubs.

If we need this functionality it can be done using target-properties
as described in T46725.
April 16, 2019, 10:35 (GMT)
CMake: fix WIN32 linking without sorted libs
April 16, 2019, 10:18 (GMT)
Merge branch 'master' into temp-clang-format
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021