Revision ab2fa6d by Campbell Barton November 13, 2018, 03:05 (GMT) |
Keymap: more more standard keys for select tools This uses shift to extend, ctrl to de-select, both to intersect. |
Revision b323167 by Campbell Barton November 13, 2018, 03:04 (GMT) |
GP: box/lasso support for select-operations This adds support for more adbvanced select operations matching 3D view select operators. Also de-duplicate box/lasso select code. |
Revision ed4f204 by Campbell Barton November 13, 2018, 03:02 (GMT) |
WM: default operators to replace selection Tools now default to creating new selection. |
Revision bba868e by Campbell Barton November 13, 2018, 02:28 (GMT) |
Cleanup: use const args |
Revision 9879ea8 by Campbell Barton November 12, 2018, 22:38 (GMT) |
Cleanup: remove unused source |
Revision e178437 by Campbell Barton November 12, 2018, 21:58 (GMT) |
Cleanup: use namedtuple for KeymapParams Prefer immutable types where possible. |
Revision 6844f7e by Campbell Barton November 12, 2018, 21:25 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 77a5250 by Clément Foucault November 12, 2018, 20:18 (GMT) |
Eevee: Hide Sprite threshold as it is not implemented yet |
Revision 6ba7345 by Clément Foucault November 12, 2018, 20:15 (GMT) |
Workbench: Volumes: Fix volumetrics step length calculation Step size is now one voxel diagonal. Fix T57678 Culling of smoke depending on view direction |
Revision 3eb7928 by Clément Foucault November 12, 2018, 20:12 (GMT) |
Workbench: Volumes: Fix volumetrics rendering twices |
Revision 20d06eb by Campbell Barton November 12, 2018, 20:02 (GMT) |
WM: avoid string replace w/ appconfig-activate Better construct an exact path, this would fail if the path exists multiple times in the string. |
Revision d941f40 by Clément Foucault November 12, 2018, 17:07 (GMT) |
Fix T57571: Blender crashes on UV transformation That was caused by a thread safety issue on gpu_batch_presets_unregister() which was not designed to be used for this kind of situation (managing 3D meshes batches). |
Revision 7f24015 by Jacques Lucke November 12, 2018, 17:04 (GMT) |
style fix |
Revision bb39e33 by Jacques Lucke November 12, 2018, 16:54 (GMT) |
Fix: draw_circle_2d not using the segment count from parameter list |
Revision 15a5cc6 by Jacques Lucke November 12, 2018, 16:54 (GMT) |
Py API Docs: another use case for offscreen rendering |
Revision c34c688 by Alexander Gavrilov November 12, 2018, 16:36 (GMT) |
Fix build: min and max not found. |
Revision 3b9700a by Alexander Gavrilov November 12, 2018, 16:36 (GMT) |
Remove AnimMapper: it has been left unimplemented for almost ten years. It was supposed to be a feature for substituting RNA paths on the fly, but has never been implemented, apart from a couple of structure definitions and passing around some always-NULL pointers. Now it gets in the way of refactoring NLA evaluation to use GHash for efficiency. |
Revision 406452e by Jacques Lucke November 12, 2018, 16:17 (GMT) |
Py API Docs: Another example for offscreen rendering |
Revision 583bc70 by Antonio Vazquez November 12, 2018, 15:56 (GMT) |
GP: Hide cursor in some modes |
Revision c199040 by Charlie Jolly November 12, 2018, 14:18 (GMT) |
UI: Scale control points on curve map when zooming Mentioned by Pablo on Blender Today : https://www.youtube.com/watch?v=67NIL5A-07c @ about 27:47 Differential Revision: https://developer.blender.org/D3902 |
|
|
|


Master Commits
MiikaHweb | 2003-2021