Blender Git Commit Log

All Blender Git commits.

Page: 965 / 8462

January 28, 2021, 09:34 (GMT)
Fix T85142: BMW scene quits Blender

Technically, the crash was caused by revert which happened in
rBcd24712c2c5: it reverted some code which is essential for
rB76fd41e9db1.

Bring back the essential code for the removal of un-needed
Copy-on-Write operations, so that the crash doesn't happen.

What was causing the crash is the ID tag assuming Copy-on-Write
operation always exists.
January 28, 2021, 07:54 (GMT)
Merge branch 'blender-v2.92-release'
January 28, 2021, 07:53 (GMT)
Fix T85107: Active tool doesn't update when mouse is already over it
January 28, 2021, 07:27 (GMT)
Merge branch 'blender-v2.92-release'
January 28, 2021, 07:27 (GMT)
Fix T82785: Setting Image.alpha_mode clears generated image data
January 28, 2021, 06:54 (GMT)
work on proxy
January 28, 2021, 05:23 (GMT)
Merge branch 'blender-v2.92-release'
January 28, 2021, 05:12 (GMT)
Fix T83539: 'activate_init' fails with buttons that have popups

Activating buttons was running too early, before the popup was
positioned on the screen,
causing data-selectors to be positioned incorrectly.

As the early button activation isn't needed, remove this call.

Ensure this doesn't happen again with an assert.
January 28, 2021, 03:59 (GMT)
Merge branch 'blender-v2.92-release'
January 28, 2021, 03:59 (GMT)
Merge branch 'blender-v2.92-release'
January 28, 2021, 03:59 (GMT)
Merge branch 'blender-v2.92-release'
January 28, 2021, 03:50 (GMT)
Fix jpeg200 4k cinema preset

Used the wrong define, also remove local defines.
January 28, 2021, 03:38 (GMT)
Fix T82675: Crash on exit when Blender is built as a Python module
January 28, 2021, 00:16 (GMT)
Merge branch 'master' into sculpt-dev
January 27, 2021, 23:50 (GMT)
Fix T84931: Keys that open menus can also activate menu items

Disable key-accelerators for key-repeat events.

When a key was held it could open the menu and activate the menu
item associated with that key.

With the RMB select option: edit-meshes & edge-selection caused
holding W to open & activate "Edge Bevel Weight".
January 27, 2021, 22:47 (GMT)
PyAPI: use PYTHONUTF8/Py_UTF8Mode on all platforms

System encoding issues have been a paint-point for us with Python 3,
since Blender always uses UTF-8 which might not be the case for the OS.

While the Py_SetStandardStreamEncoding was already set to utf-8,
the file-system could still have an incompatible encoding.

See PEP-540 for details.
January 27, 2021, 19:58 (GMT)
Merge branch 'master' into sculpt-dev
Revision e285765 by Hans Goudey (master)
January 27, 2021, 18:48 (GMT)
Fix incorrect RNA enum default

Also another copy and paste error in the attribute compare node.
January 27, 2021, 18:28 (GMT)
EEVEE: Depth Of Field: Gather: Fix tiling artifact on foreground

Was caused by wrong tile prediction.
January 27, 2021, 18:05 (GMT)
EEVEE: Depth Of Field: Gather: Fix polygonal dof radius being too big

The polygonal bokeh was outputing normalized UV but not the normal one.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021