Blender Git Commits

Blender Git "master" branch commits.

Page: 1492 / 5574

October 30, 2018, 13:43 (GMT)
Fix "make update" on macOS/Linux not updating addons to the blender2.8 branch.

This will need to be removed once we merge into master.
October 30, 2018, 13:15 (GMT)
Fix wrong grease pencil modifier show viewport/render icons.
October 30, 2018, 13:14 (GMT)
UI: update Cycles passes panel for single column.
October 30, 2018, 13:13 (GMT)
Merge branch 'master' into blender2.8
October 30, 2018, 11:59 (GMT)
GP: Back Stroke projection mode

Back the old 2.7x stroke mode when drawing. This mode try to project the new strokes over the previous strokes.
October 30, 2018, 11:59 (GMT)
GP: Cleanup unused

October 30, 2018, 11:58 (GMT)
GPU: Extend mac blitting workaround to AMD Radeon R9 familly
October 30, 2018, 10:39 (GMT)
Fix build error on Windows 32bit, alignment was wrong.
October 30, 2018, 10:00 (GMT)
Add 'O' for Overrides to our key-coded ID UI-names generator.
October 30, 2018, 10:00 (GMT)
Add library-hint to datablock search menus.

We had those for ID templates, but it's also tremendously useful for
regular ID pointers UI, since often you can get local and linked
data-block with same exact name...

Fetaure request from Spring team (and long due TODO...).
October 30, 2018, 10:00 (GMT)
GPU: Fix faulty mac gpu detection
October 30, 2018, 05:20 (GMT)
PyAPI: Use 'None' arg to clear header text
October 30, 2018, 05:17 (GMT)
PyAPI: Support for 'None' string args from Python

This is needed because some RNA functions differentiate a NULL 'char *'
argument from an empty string.

Previously a NULL argument could be passed when the C definition
defined the default as NULL and the argument wasn't passed
which is a fairly hidden way of handling things.

Now strings use `PROP_NEVER_NULL` by default
which can be cleared for function arguments that allow None -> NULL.
October 30, 2018, 03:14 (GMT)
Multi-Object EditMode: curve delete

D3859 by @zazizizou
October 30, 2018, 00:49 (GMT)
Sequencer: replace notifier /w message-bus
October 30, 2018, 00:07 (GMT)
Cleanup: keep RNA types sorted
October 29, 2018, 23:57 (GMT)
Fix memory leak in workspace menu
October 29, 2018, 23:57 (GMT)
UI: add uiItemMenuFN which frees it's argument
October 29, 2018, 23:53 (GMT)
UI: add uiItemMenuFN which frees it's argument
October 29, 2018, 23:28 (GMT)
Fix crash adding workspace
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021