Blender Git Commit Log

All Blender Git commits.

Page: 1954 / 8462

January 8, 2020, 16:05 (GMT)
Codesign: Recognize in-progress status
January 8, 2020, 15:58 (GMT)
Codesign: Correct bundle identifier

Apparently, it can not contain underscore.
January 8, 2020, 15:57 (GMT)
Fix T72954: Cycles gradient texture not clamped when using OSL
January 8, 2020, 15:56 (GMT)
GPencil: Cleanup - remove more ToDo and unused code
January 8, 2020, 15:53 (GMT)
Cycles: Add OptiX AI denoiser support

This patch adds support for the OptiX denoiser as an alternative to the existing NLM denoiser in Cycles. It's re-using the same denoising architecture based on tiles and therefore implicitly also works with multiple GPUs.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D6395
January 8, 2020, 15:49 (GMT)
GPencil: Cleanup - Remove unused function
January 8, 2020, 15:48 (GMT)
Codesign: Correct appplication bundles files collection

Made it so it works from mounted DMG directory.
January 8, 2020, 15:45 (GMT)
Fix T72288: Left click on empty space inside file browser resets scrolling

Wasn't checking if there actually is a selection.
January 8, 2020, 15:39 (GMT)
Merge branch 'greasepencil-object' into greasepencil-refactor
January 8, 2020, 15:38 (GMT)
Merge branch 'master' into greasepencil-object
January 8, 2020, 15:38 (GMT)
Codesign: More tweaks for non-Blender bundles

- Allow spaces in bundle name
- More correct logic to get volume name (for the case when there is no
'-' separator in the DMG name).
January 8, 2020, 15:34 (GMT)
GPencil: Cleanup unused code
January 8, 2020, 15:32 (GMT)
GPencil: Cleanup - Remove unused code and module
January 8, 2020, 15:31 (GMT)
Codesign: Tweaks to be able to sign non-Blender bundles
January 8, 2020, 15:28 (GMT)
GPencil: Cleanup - Rename functions
January 8, 2020, 15:22 (GMT)
GPencil: Cleanup

January 8, 2020, 15:08 (GMT)
Fix T72878: Alphabetical sorting in Outliner sorts shorter names last

E.g. "Cube" would be placed after "Cube.001", which is not what you'd
expect. 2.80 handled this correctly.

Loosely based on D6525 by @radcapricorn, but found a bug in that and
prefered to do some further adjustments.

Also activates test for this case.
January 8, 2020, 15:08 (GMT)
Tests: Natural string comparing (BLI_strcasecmp_natural())

Adds tests covering a good amount of common cases and corner cases for
`BLI_strcasecmp_natural()`.
Could of course always add more tests for more cases, but don't want to
spend too much time on this.
January 8, 2020, 14:51 (GMT)
undoexp: Tag renamed ID undo steps as 'full barrier'.

I.E. re-using data from old bmain is forbidden around an ID renaming.

This is a bit over-protective in most cases, since renaming an ID does
change its memfile data. So renamed ID should be reloaded from memfile
anyway.

But the problems might come (in some specific scenarii involving 'name
switching' between two IDs) from name-based lookup. Those could lead to
remapping some ID pointers in unchanged data-blocks to the wrong ID...
January 8, 2020, 14:49 (GMT)
undoexp: Move old-data-management code to memfile undo callbacks.

Does not really make any sense to do that for any other kind of undo
currently, so better keep it in dedicated undotype callbacks.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021