Blender Git Commit Log

All Blender Git commits.

Page: 3157 / 8462

June 21, 2018, 09:46 (GMT)
Fix T55564: Cycles OpenCL build error on some scenes.
June 21, 2018, 09:33 (GMT)
Cleanup: Replaced space tabs with real tabs
June 21, 2018, 09:10 (GMT)
Merge branch 'master' into blender2.8
June 21, 2018, 09:09 (GMT)
UI: Simplify Panel default closed
June 21, 2018, 09:07 (GMT)
Fix T55568: second click event ignored

Double-click handling caused the second click to be ignored
for keymaps that only handle click.
June 21, 2018, 08:58 (GMT)
Add depsgraph support for gpencil_modifiers_foreachTexLink
June 21, 2018, 08:39 (GMT)
More depsgraph missing: modifiers_foreachIDLink
June 21, 2018, 08:36 (GMT)
Continue modifying files. Don't compile!
June 21, 2018, 08:33 (GMT)
Changes to integrate depsgraph evaluation for modifiers

Still pending:

- void DepsgraphNodeBuilder::build_object
- void DepsgraphRelationBuilder::build_object
June 21, 2018, 08:32 (GMT)
Merge branch 'master' into blender2.8
June 21, 2018, 08:07 (GMT)
Fix T55491: Double click fail in menu popups
June 21, 2018, 08:07 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 21, 2018, 08:04 (GMT)
New functions for ID Linking
June 21, 2018, 07:56 (GMT)
Added almost all offline render code. adaptation pending, don't compile!
June 21, 2018, 07:49 (GMT)
WM: don't make LMB a special case for double click
June 21, 2018, 07:22 (GMT)
CodeStyle: Comments
June 21, 2018, 07:05 (GMT)
Code cleanup: Added newline
June 21, 2018, 07:04 (GMT)
Missed warning is previous commit
June 21, 2018, 07:02 (GMT)
Studiolight: Calculation of irradiance buffer

The calculation of the irradiance buffer was slow. Now it is only
calculated when it is being used (background_alpha > 0.0)
this solves the freeze when switching to LookDev mode.

Also changed the default calculation to use the Spherical Harmonics
calculation. This is able to generate the irradiance buffer fast, but is
less accurate. As the irradiance buffer is only used for visual
guidance speed is more important than accuracy.

Added compile directive to switch between the implementations.
(see STUDIOLIGHT_IRRADIANCE_METHOD)

Disabled caching the irradiance buffer when
STUDIOLIGHT_IRRADIANCE_METHOD_SPHERICAL_HARMONICS is used as it is not
needed.
June 21, 2018, 05:56 (GMT)
Fix: Ensure that summary channel is enabled when creating timeline
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021