Blender Git Commits

Blender Git "master" branch commits.

Page: 1836 / 5574

April 3, 2018, 05:44 (GMT)
Correct own error in string lookup
April 2, 2018, 21:52 (GMT)
Move to Collection: Reduce memory leakage

This is really minor but anyways, now it will only leak if you cancel the menu.
And that only if htis is the last time you called this operator before closing
Blender.
April 2, 2018, 20:25 (GMT)
Move to Collection: Use automatic fallback name for new collections popup
April 2, 2018, 20:25 (GMT)
Collections: API to get automatic name of new collection
April 2, 2018, 20:25 (GMT)
Move to Collection: Popup for naming new collection
April 2, 2018, 20:24 (GMT)
Fix blenderplayer (tm)
April 2, 2018, 17:48 (GMT)
PyAPI: Add PyC_Tuple_Pack_F64 utility
April 2, 2018, 17:13 (GMT)
Build: add WITH_OPENVDB_3_ABI_COMPATIBLE option.

Better fix for T54457. It seems Debian compiles OpenVDB without ABI 3
compatibility, while Arch does enable it as is the default in the OpeVDB
CMake build system.

So now there's an option that the distribution can set depending on how
they compile their OpenVDB package.
April 2, 2018, 16:47 (GMT)
UI: Fix: Center vertical scrollbar circles.
April 2, 2018, 16:47 (GMT)
UI: Perf: Batch Trias with widgets.

This remove another portion of imm calls and reduce overall drawcall count.
April 2, 2018, 15:34 (GMT)
Cleanup: remove redundant imbuf return values

Some functions always returned the input argument
which was never used.

This made code read as if there might be a leak.

Now return a boolean (true the imbuf is modified).
April 2, 2018, 15:21 (GMT)
Partial fix for T54491: Use a more accurate solution to calculate the frustum boundbox
April 2, 2018, 14:39 (GMT)
Build: fixes for the Intel compiler versions 2016, 2017, 2018.

Differential Revision: https://developer.blender.org/D3109
April 2, 2018, 13:46 (GMT)
Cleanup: newlines left in messages
April 2, 2018, 13:18 (GMT)
Merge branch 'master' into blender2.8
April 2, 2018, 13:11 (GMT)
Cleanup: remove unused view_layer argument
April 2, 2018, 13:07 (GMT)
Cleanup: move undo into it's own directory

Split out undo API from ED_util.h into ED_undo.h
April 2, 2018, 12:19 (GMT)
Cleanup: move BKE_global include under ifdef's
April 2, 2018, 11:13 (GMT)
Undo: store active curve shape key in edit-mode
April 2, 2018, 11:13 (GMT)
Logging: use for Python API

Adds categories "bpy.context" & "bpy.rna"
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021