Blender Git Commit Log

All Blender Git commits.

Page: 3394 / 8462

April 3, 2018, 07:36 (GMT)
Fix crash on startup on macOS, after recent framebuffer refactoring.
April 3, 2018, 06:57 (GMT)
Undo: remove particle undo push

Was only called on copy particle system
which is already doing an undo push.
April 3, 2018, 06:42 (GMT)
Cleanup: editor BKE_main includes
April 3, 2018, 06:35 (GMT)
Undo: replace global access w/ ED_undo_stack_get

While I'd like to avoid using this too much since the operator
system should handle.
It's less trouble than accessing it inline each time.
April 3, 2018, 06:05 (GMT)
Fix mode switching error on undo

For 2.8 there is already a utility function for this,
wrap it - avoiding an undo step.
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:23 (GMT)
Allow zero samples for VFX Blur

When the number of samples is set to zero, the blur is dissabled, but this can be used to get effects animating the samples parameter.

If the zero is not a valid value, it is impossible to disable the blur with only this parameter.
April 2, 2018, 15:21 (GMT)
Partial fix for T54491: Use a more accurate solution to calculate the frustum boundbox
April 2, 2018, 14:40 (GMT)
Fix reproject error drawing lines

The reproject was done two times and must be done only once.
April 2, 2018, 14:39 (GMT)
Build: fixes for the Intel compiler versions 2016, 2017, 2018.

Differential Revision: https://developer.blender.org/D3109
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021