Revision 65aebd0 by Campbell Barton April 16, 2019, 14:49 (GMT) |
GNUmakefile: move clang format utility Makes more sense to place in 'utils_maintenance'. |
Revision dbc0583 by Campbell Barton April 16, 2019, 14:40 (GMT) |
Cleanup: trailing commas |
Revision d217b23 by Campbell Barton April 16, 2019, 14:00 (GMT) |
Cleanup: use keyword only args to rna_idprop_ui_create |
Revision 40dd915 by Alexander Gavrilov 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 |
Revision d5a7645 by Campbell Barton 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. |
Revision f45b91a by Brecht Van Lommel April 16, 2019, 13:33 (GMT) |
Fix tool system Python errors if there is no active object. |
Revision 0ca9ce2 by Brecht Van Lommel April 16, 2019, 13:33 (GMT) |
Fix T63641: transform snap invert keymap item has an effect when disabled. |
Revision 11175eb by Philipp Oeser 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 |
Revision e017d89 by Dalai Felinto 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. |
Revision 1578729 by Campbell Barton April 16, 2019, 12:56 (GMT) |
CMake: fix building WITH_CYCLES_LOGGING=ON |
Revision a12bc43 by William Reynish 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 |
Revision b53728b by Bastien Montagne April 16, 2019, 12:44 (GMT) |
Fix broken build when using system Glew on linux. |
Revision 7fdffd7 by Jacques Lucke 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 |
Revision 4505519 by Campbell Barton April 16, 2019, 12:11 (GMT) |
CMake: fix building without libmv |
Revision 8535f4d by Philipp Oeser 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 |
Revision e7e05ba by Campbell Barton April 16, 2019, 11:57 (GMT) |
CMake: fix linking with gtest & cycles enabled |
Revision 423d908 by Sebastian Parborg 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 |
Revision 2e3bc99 by Antonio Vazquez 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. |
Revision 5494926 by Antonio Vazquez 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. |
|
|
|


Master Commits
MiikaHweb | 2003-2021