Revision d310cbf by Campbell Barton October 28, 2019, 14:38 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 312075e by Campbell Barton October 28, 2019, 14:33 (GMT) |
CMake: add missing headers, use space before comments |
Revision 74c9a47 by Julian Eisel October 28, 2019, 14:19 (GMT) |
Revision 1bde6c0 by Campbell Barton October 28, 2019, 13:46 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision f5ebe83 by Campbell Barton October 28, 2019, 13:45 (GMT) |
Cleanup: correct argument type mismatch Add transform_snap.h header which includes DNA enum. |
Revision 9cd0e75 by Germano Cavalcante October 28, 2019, 12:54 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision ce0db66 by Germano Cavalcante October 28, 2019, 12:51 (GMT) |
Fix T50148: Header: Wrong rounding when moving frames Deduplicate the code and use the same logic used to calculate individual elements in `t->values_final[0]`. Differential revision: https://developer.blender.org/D6135 |
Revision a83bbef by Germano Cavalcante October 28, 2019, 12:32 (GMT) |
Cleanup: use doxy sections for transform_snap |
Revision de152d0 by Campbell Barton October 28, 2019, 11:59 (GMT) |
Tool System: Use tapping Alt as a leader key to switch tools Now tapping Alt prompts for a second input to switch tools. Initial implementation of T69992 |
Revision df9f1d9 by Campbell Barton October 28, 2019, 11:40 (GMT) |
UI: use zero box-spacing when used in headers Without this, boxes are unusable in header layouts as they add vertical space which shifts the items out of the header. |
Revision 23f4c3b by Campbell Barton October 28, 2019, 10:42 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 88911e4 by Campbell Barton October 28, 2019, 10:38 (GMT) |
Keymap: use Ctrl-F2 for batch rename Alt-F2 conflicted for Gnome on Linux, change the keymap since it doesn't conflict on macOS or Windows. Resolves T70480 |
Revision c2870e1 by Antonio Vazquez October 28, 2019, 10:05 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision a2bfd28 by Antonio Vazquez October 28, 2019, 10:03 (GMT) |
Fix T71150: GPencil: Wrong Naming of Convert GP object to Meshes The problem was the real menu text must be: `Convert to Polygon Curve` as is Object menu. A GPencil object cannot be converted to mesh in one step. The conversion must be GPencil to Curve and Curve to Mesh. |
Revision d4a67fa by Philipp Oeser October 28, 2019, 09:31 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 9f388c1 by Philipp Oeser October 28, 2019, 09:27 (GMT) |
Fix T71037: batch rename bones in pose mode throws exceptions Maniphest Tasks: T71037 Differential Revision: https://developer.blender.org/D6122 |
Revision dd904f6 by Campbell Barton October 27, 2019, 17:59 (GMT) |
WM: add utility to lookup a keymap item from an event Useful for modal operators to be able to match events against regular keymaps. |
Revision ae55523 by Campbell Barton October 27, 2019, 15:57 (GMT) |
UI: add utility to show icons for the keymap item This is useful for drawing keymap items into the header or status bar While these icons are available directly, mapping them from the keymap item isn't trivial. |
Revision c036db9 by Campbell Barton October 27, 2019, 13:44 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 9b6aa74 by Campbell Barton October 27, 2019, 13:40 (GMT) |
Cleanup: remove redundant NULL checks |
|