Blender Git Commit Log

All Blender Git commits.

Page: 1494 / 8462

July 6, 2020, 07:22 (GMT)
Cleanup: update todos with name
July 6, 2020, 07:08 (GMT)
BLI: improve exception safety of memory utils

Even if we do not use exception in many places in Blender, our core C++ library
should become exception safe. Otherwise, we don't even have the option
to work with exceptions if we decide to do so.
July 6, 2020, 06:48 (GMT)
Cleanup: add user name to todo
July 6, 2020, 06:48 (GMT)
Improve logging errors when saving file
July 6, 2020, 06:39 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
July 6, 2020, 05:45 (GMT)
GPU: Remove local shaders workaround for Intel/Windows

It has been tested that local shaders workaround isn't needed for the
latest Windows/Intel 6xx GPU's.

Currently the local shaders workaround doesn't work anymore during the
investigation it was detected that the intel drivers didn't need it
anymore.

Local shaders should still be fixed as it is also used for some legacy
iGPU's. The current work around crashes when doing preview renders in
EEVEE as the default materials aren't available but for the work around
they should. (See T77346 for more information)
July 6, 2020, 01:05 (GMT)
Port smooth countour modifier to 2.90
Revision 9fe9eb5 by TempoDev (soc-2020-custom-menus)
July 6, 2020, 00:00 (GMT)
Custom Menus: pie menus: pie menu editor
July 5, 2020, 22:54 (GMT)
Cleanup: remove RTP_STORE

After introducing logs it has no use
July 5, 2020, 20:45 (GMT)
RNA Manual Reference: Update links
July 5, 2020, 15:33 (GMT)
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve
July 5, 2020, 15:32 (GMT)
Merge branch 'master' into greasepencil-edit-curve
July 5, 2020, 15:31 (GMT)
Merge branch 'master' into greasepencil-object
July 5, 2020, 15:30 (GMT)
Merge branch 'master' into temp-gpencil-mat-masking
July 5, 2020, 15:08 (GMT)
Fluid: Added an option for coloring fluid gridlines with flags.
July 5, 2020, 14:30 (GMT)
BLI: refactor how buffers for small object optimization are stored
July 5, 2020, 14:04 (GMT)
Merge branch 'show-reports-from-startup' into soc-2020-info-editor
July 5, 2020, 13:59 (GMT)
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve
July 5, 2020, 13:59 (GMT)
Merge branch 'master' into soc-2020-info-editor

# Conflicts:
# source/blender/blenkernel/intern/appdir.c
# source/blender/blenloader/intern/readfile.h
July 5, 2020, 13:54 (GMT)
Feature: catch reports even if window manager is not fully initialized

this allows us to show errors in info editor
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021