Blender Git Commit Log

All Blender Git commits.

Page: 2880 / 8462

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, 19:42 (GMT)
material importer - initial version
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
November 12, 2018, 13:57 (GMT)
Update to new API changes
November 12, 2018, 13:31 (GMT)
GP: Cleanup unused code
November 12, 2018, 13:31 (GMT)
GP: Change View icon for annotations
November 12, 2018, 13:18 (GMT)
Add a lot of update tagging to operations with NLA tracks and strips.
November 12, 2018, 12:50 (GMT)
Eevee: Fix ESM not working after a certain distance

This was caused by overflow caused by the background and precision during
filtering.
November 12, 2018, 12:50 (GMT)
Eevee: Fix lamps shadows not updating correctly

This was visible if the lamps was out of frustum.
November 12, 2018, 12:50 (GMT)
Ruler Tool: Fix non readable text

The ruler tool is using a hard coded background color. Invert it if the
text color is bright. In the future we should maybe use a theme color
instead of guessing as it does not work well with middle gray colors.
November 12, 2018, 12:50 (GMT)
Ruler Tool: Fix text background glitch

It was using UI_draw_roundbox_aa which is not available when drawing with
the view3d opengl context (because of VAO not being shared). Replace with
simpler rect box. Of course it's a bit more ugly but at least it's working.
November 12, 2018, 12:48 (GMT)
Py API Docs: fix typos/wording

found by Omar Ahmad
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021