Blender Git Commits

Blender Git "master" branch commits.

Page: 1467 / 5574

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.
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.
November 13, 2018, 03:02 (GMT)
WM: default operators to replace selection

Tools now default to creating new selection.
November 13, 2018, 02:28 (GMT)
Cleanup: use const args
November 12, 2018, 22:38 (GMT)
Cleanup: remove unused source
November 12, 2018, 21:58 (GMT)
Cleanup: use namedtuple for KeymapParams

Prefer immutable types where possible.
November 12, 2018, 21:25 (GMT)
Merge branch 'master' into blender2.8
November 12, 2018, 20:18 (GMT)
Eevee: Hide Sprite threshold as it is not implemented yet
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
November 12, 2018, 20:12 (GMT)
Workbench: Volumes: Fix volumetrics rendering twices
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.
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).
November 12, 2018, 17:04 (GMT)
style fix
November 12, 2018, 16:54 (GMT)
Fix: draw_circle_2d not using the segment count from parameter list
November 12, 2018, 16:54 (GMT)
Py API Docs: another use case for offscreen rendering
November 12, 2018, 16:36 (GMT)
Fix build: min and max not found.
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.
November 12, 2018, 16:17 (GMT)
Py API Docs: Another example for offscreen rendering
November 12, 2018, 15:56 (GMT)
GP: Hide cursor in some modes
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
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021