Blender Git Commit Log

All Blender Git commits.

Page: 829 / 8462

March 15, 2021, 11:19 (GMT)
Update collection tab with instancing and tweak LineArt name
March 15, 2021, 11:12 (GMT)
Merge remote-tracking branch 'origin/master' into temp-lineart-contained
March 15, 2021, 11:11 (GMT)
LineArt: chain.c growing comment fixed.
March 15, 2021, 11:06 (GMT)
Added support for external render engines.
March 15, 2021, 09:31 (GMT)
Merge branch 'master' into temp-gpencil-bezier-stroke-type
March 15, 2021, 09:16 (GMT)
Spreadsheet: support showing data from original/unevaluated object

There are two caveats of the current implementation which still need
to be resolved in a separate step:
* In theory the data on the original object can be editable in the spreadsheet.
* If a complex object is in edit mode, and its original data is displayed,
the drawing code can be slow, because the bmesh is converted to a mesh
every time. The proper solution is to draw the data from the bmesh directly.
This should become easier after an upcoming refactor.

Ref T86141.

Differential Revision: https://developer.blender.org/D10701
March 15, 2021, 09:13 (GMT)
Don't use fallback sampler when there is no render result.
March 15, 2021, 09:00 (GMT)
Spreadsheet: add status bar

This implements the status bar as footer region in the
spreadsheet editor.

It shows the total number of rows and columns as well
as how many rows are actually visible (based on the filter).

The implementation stores the stats in a runtime struct during
drawing and the status bar reads from that struct.

Ref T86142.

Differential Revision: https://developer.blender.org/D10693
March 15, 2021, 08:59 (GMT)
Fix ASAN error used after free.
Revision 2ca48b9 by Falk David (master)
March 15, 2021, 08:51 (GMT)
Fix T86370: Select color for glow is inverted

The shader was filtering everything but the selected color.
The fix inverts the check to make sure that color is selected.

Reviewed By: fclem

Maniphest Tasks: T86370

Differential Revision: https://developer.blender.org/D10670
March 15, 2021, 07:56 (GMT)
Fixed ASAN error in input_operations_from_*.
March 15, 2021, 07:35 (GMT)
Merge branch 'master' into compositor-cryptomatte-workflow
March 15, 2021, 07:34 (GMT)
Cleanup: clang modernize-use-override errors.
March 15, 2021, 05:37 (GMT)
Fix regression with modal operator file load check

As of 2cc5af9c553cfc00b7d4616445ad954597a92d94, checking the window
managers pointer for changes is no longer a valid way
to check a file has been loaded.
March 15, 2021, 03:53 (GMT)
WM: fallback to regular writing if auto-save can't access undo data

While this is very unlikely, always write the autosave file,
even if the `memfile` undo data is unexpectedly NULL.

Also use CLG for logging warnings.
March 15, 2021, 03:48 (GMT)
Cleanup: refactor auto-save timer usage

- Split out auto-save file writing from timer code.
- Add wm_autosave_timer_begin so there are both begin & end functions.
- Replace WM_event_add_timer/WM_event_remove_timer with begin/end calls.
March 15, 2021, 03:48 (GMT)
Cleanup: remove unused auto-save read function

Also make wm_autosave_location a static function.
March 15, 2021, 03:48 (GMT)
Cleanup: replace 'timer_ended' with 'timer_end'

The previous naming made it seem as if the timer had already ended
where as this function ends the timers.
March 15, 2021, 03:48 (GMT)
Writefile: only include recovery info in auto-save & quit.blend

Previously all blend files included the path they were saved,
causing files distributed publicly to include users local paths.
This also included developers home directories for startup & userprefs
defaults & app-templates bundled with Blender.

Now recovery information is only written for auto-save & quit.blend
since this is the only time they're intended to be used.
March 15, 2021, 03:48 (GMT)
Cleanup: rename G_FILE_RECOVER -> G_FILE_RECOVER_READ

No functional changes, make room for a write equivalent.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021