Revision 1185708 by Jacques Lucke March 17, 2021, 11:18 (GMT) |
Cleanup: clang format |
Revision 633f1cd by Jacques Lucke March 17, 2021, 10:52 (GMT) |
Cleanup: improve gathering supported domains by geometry type |
Revision 3157c36 by Jacques Lucke March 17, 2021, 10:52 (GMT) |
Cleanup: remove unnecessary namespace specifiers |
Revision e6bdd57 by Bastien Montagne March 17, 2021, 10:38 (GMT) |
Fix T86609: GPencil: Sculpt brush cursor disappears on undo. Regression from rB2a8122fb65c5, somehow that piece of code was lost during the refactor. |
Revision ac60e64 by Jacques Lucke March 17, 2021, 10:37 (GMT) |
BLI: provide a default hash for enums This avoids some boilerplate code that was necessary when using enums as keys in maps or sets. |
Revision e00a47f by Jacques Lucke March 17, 2021, 10:15 (GMT) |
Geometry Nodes: store domain and data type in attribute hints The information is not exposed in the attribute search yet. |
Revision e91dd64 by Jeroen Bakker March 17, 2021, 08:18 (GMT) |
Revision 187f358 by Jeroen Bakker March 17, 2021, 08:14 (GMT) |
Revision 97defd9 by Jeroen Bakker March 17, 2021, 07:59 (GMT) |
Cryptomatte: Show Name of Object/Material Under The Cursor. This change shows the object or material name with the cursor when picking for a cryptomatte node. Reviewed By: Julian Eisel Differential Revision: https://developer.blender.org/D10705 |
Revision f463927 by Campbell Barton March 17, 2021, 06:19 (GMT) |
Fix outliner multi-object edit-armature operations Recursive restrict selection (hide/selectable flag) & renaming edit-bones both used the active object, even when bones for another non-active object were being operated on. Bone renaming would rename a bone in the active object (if that name exists). |
Revision d512fe4 by Campbell Barton March 17, 2021, 04:27 (GMT) |
Comments: document memory management for `BPyPropStore` |
Revision 277e9b4 by Campbell Barton March 17, 2021, 04:15 (GMT) |
PyAPI: use union to store pointer poll callback Reduces `BPyPropStore` size by one pointer. |
Revision e8f6c65 by Pablo Dobarro March 17, 2021, 01:43 (GMT) |
UI: Rename Init to Initialize Face Sets in menu Reviewed By: HooglyBoogly Differential Revision: https://developer.blender.org/D10741 |
Revision 96abe8a by Hans Goudey March 17, 2021, 01:27 (GMT) |
Add versioning code removed in 91561629cd0b rB91561629cd0b removed the versioning code added in rBb617b4441961 for the spreadsheet status bar. This commit simply adds it back. |
Revision de06cb8 by Joerg Mueller March 16, 2021, 22:45 (GMT) |
Bugfix: properly rename Null audio device to None |
Revision 7b8fc30 by Joerg Mueller March 16, 2021, 22:21 (GMT) |
Audaspace: porting minor improvements from upstream - NullDevice is now called None - Automatic choice of best available device. - Minor formatting, documentation and cmake fixes. |
Revision d33339e by Joerg Mueller March 16, 2021, 22:21 (GMT) |
Audaspace: add support for PulseAudio on Linux This adds PulseAudio as audio backend on Linux. PulseAudio is the main audio engine used on most, if not all, Linux distributions today. Ref T86590 |
Revision bc57985 by Joerg Mueller March 16, 2021, 22:21 (GMT) |
Audaspace: add support for WASAPI on Windows This adds WASAPI as audio backend on Windows. WASAPI is the modern standard audio API on Windows introduced with Windows Vista. Ref T86590 |
Revision 12c08ce by Joerg Mueller March 16, 2021, 22:21 (GMT) |
Audaspace: add support for CoreAudio on macOS This adds CoreAudio as audio backend on macOS. CoreAudio is the standard audio API on macOS. Ref T86590 |
Revision 262a098 by Richard Antalik March 16, 2021, 22:18 (GMT) |
Fix issues with automatic proxy building After merging patches and resolving conflicts, typo prevented correct operation. This uncovered crash on NULL dereference as well. |
|
|
|


Master Commits
MiikaHweb | 2003-2021