Blender Git Commit Log

All Blender Git commits.

Page: 2575 / 8462

April 16, 2019, 14:52 (GMT)
Fix BLI_path test of BLI_path_frame_strip.

Ensure that returned string buffer is always properly initialized with
NULL char...
April 16, 2019, 14:50 (GMT)
GNUmakefile: move clang format utility

Makes more sense to place in 'utils_maintenance'.
April 16, 2019, 14:49 (GMT)
GNUmakefile: move clang format utility

Makes more sense to place in 'utils_maintenance'.
April 16, 2019, 14:42 (GMT)
Clang-format: Remove unused files
April 16, 2019, 14:42 (GMT)
Merge branch 'master' into temp-clang-format
April 16, 2019, 14:42 (GMT)
Cleanup: use keyword only args to rna_idprop_ui_create
April 16, 2019, 14:42 (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, 14:40 (GMT)
Cleanup: trailing commas
April 16, 2019, 14:39 (GMT)
Clang-format: Ignore extern/ harder

Not sure who is reading .clang-format-ignore, from the trace log the
clang-format itself does not use it. So disable auto-formatting in
the extern/ by giving a special .clang-format.
April 16, 2019, 14:00 (GMT)
Cleanup: use keyword only args to rna_idprop_ui_create
April 16, 2019, 13:55 (GMT)
Disable clang-format for large blocks of string comparisons
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:46 (GMT)
Merge branch 'master' into temp-clang-format
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, 13:02 (GMT)
Merge branch 'master' into temp-clang-format
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021