Blender Git Commit Log

All Blender Git commits.

Page: 1376 / 8462

August 12, 2020, 06:58 (GMT)
Fix T78537: too much memory usage rendering animation with persistent images

For still images, always return 0 for the current frame number. This ensures
Cycles can detects that the image did not change.

Based on patch by Vincent Blankfield.

Differential Revision: https://developer.blender.org/D8242
August 12, 2020, 06:55 (GMT)
Fix T79007: Smooth brushes crasing in dyntopo

The custom smooth functions for bmesh and meshes where removed and
replaced by a generic smooth function using the sculpt API, which needs
to initialize the bmesh indices in order to be used

Reviewed By: sergey

Maniphest Tasks: T79007

Differential Revision: https://developer.blender.org/D8333
August 12, 2020, 06:48 (GMT)
Fix T79158: Eevee cubemaps shows black

Same as T75943 that was fixed by rBff97545c50f4
August 12, 2020, 06:46 (GMT)
Fix T79187: Outliner "Make Single User" crash

When "ID Data" -> "Make Single User" is chosen with selected elements
that are not curves, there is a crash. This fix ensures that the id in the
callback function is an Action.
August 12, 2020, 06:45 (GMT)
Fix interface artifacts on Intel GPUs

This is a continuation of fix for T78307. Turns out instancing do not
work at all, so enforce single widget drawing on macOS and Intel GPU.

It was also reported that certain AMD and Mesa driver suffer from
similar issue, so disabled instancing for this configuration as well.

Differential Revision: https://developer.blender.org/D8374
August 12, 2020, 06:41 (GMT)
Fix T79260: Crash displaying the same mesh in two windows
August 12, 2020, 06:26 (GMT)
Fix T79254: FCurve editor crash when zooming out to limit
August 12, 2020, 02:17 (GMT)
updated max depth for lattice gen
August 12, 2020, 02:14 (GMT)
Merge branch 'master' into property-search-ui-v2
August 12, 2020, 01:59 (GMT)
Merge branch 'master' into property-search-ui
August 12, 2020, 00:30 (GMT)
updated how stiffnesses are shown in gui
August 11, 2020, 21:24 (GMT)
fixed bug in ldlt
August 11, 2020, 21:22 (GMT)
Merge branch 'master' into soc-2020-io-performance
August 11, 2020, 21:17 (GMT)
Fix loose edge export & import, and offsets.
August 11, 2020, 20:18 (GMT)
Merge branch 'blender-v2.90-release'
Revision 2c7394a by Hans Goudey (master)
August 11, 2020, 20:17 (GMT)
Cleanup: Reduce indentation level

Check the simpler case first and return early.
Revision 90b8df8 by Hans Goudey (master)
August 11, 2020, 20:14 (GMT)
Cleanup: Remove unecessary variables
August 11, 2020, 20:09 (GMT)
fixed segfail if ctrl z
August 11, 2020, 20:06 (GMT)
Fix T79640: "Assign Shortcut" doesn't work for "View 2D Zoom"

'VIEW2D_OT' operators were not respected in WM_keymap_guess_opname().
This was seemingly done on purpose (see comment "Op types purposely
skipped for now"), but dont really see the reason for doing so.

Since the "View2D" keymap is not bound to a specific spacetype, we can
still find it using WM_keymap_find_all() [and passing 0 as spacetype].

Reviewers: Severin

Subscribers:
Revision 18b1d1a by Hans Goudey (master)
August 11, 2020, 19:58 (GMT)
Cleanup: Use sizeof first in allocations
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021