Blender Git Commits

Blender Git "master" branch commits.

Page: 1239 / 5574

April 16, 2019, 14:49 (GMT)
GNUmakefile: move clang format utility

Makes more sense to place in 'utils_maintenance'.
April 16, 2019, 14:40 (GMT)
Cleanup: trailing commas
April 16, 2019, 14:00 (GMT)
Cleanup: use keyword only args to rna_idprop_ui_create
April 16, 2019, 13:49 (GMT)
Python: add a utility function for creating custom properties.

Creating a fully functional custom property requires also setting up
its limits, description, default value and static override status.
It is complex enough to warrant providing an official utility.

Currently boolean properties are technically int, but the utility
pretends they are separate in case that eventually they are.

Reviewers: campbellbarton

Differential Revision: https://developer.blender.org/D4620
April 16, 2019, 13:43 (GMT)
GNUmakefile: add 'make format'

Convenience access to clang_format_paths.py utility.
April 16, 2019, 13:41 (GMT)
Initial support of `make format` for Windows

There are couple of caviats currently:

- The script requires system-wide Python 3 available in the current
search PATH as python.exe.

This will get addressed soon by distributing unpacked Python binary
in our libraries.

- Since the libraries folder is to be known, this requires to have
MSVC detected. Not too bad, since formatting is still way slower
than detection, but still doesn't feel ideal.
April 16, 2019, 13:33 (GMT)
Fix tool system Python errors if there is no active object.
April 16, 2019, 13:33 (GMT)
Fix T63641: transform snap invert keymap item has an effect when disabled.
April 16, 2019, 13:21 (GMT)
Fix T63617: Bone groups (de)select operators not immediately refreshing

was missing DEG updates

Reviewers: brecht

Maniphest Tasks: T63617

Differential Revision: https://developer.blender.org/D4691
April 16, 2019, 12:58 (GMT)
Fix T63204: Toggle collection visibility with shift

Shift was always turning the collection visible. It now toggles, similar
to what we had in 2.79.
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: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: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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021