Blender Git Commit Log

All Blender Git commits.

Page: 402 / 8462

July 30, 2021, 14:19 (GMT)
Fix conflicts in space_sequencer.c
July 30, 2021, 14:15 (GMT)
Cleanup: remove redundant ifdef check

The define that was tested no longer exists.
July 30, 2021, 14:12 (GMT)
Merge branch 'master' into asset-greasepencil
July 30, 2021, 13:59 (GMT)
Merge branch 'master' into soc-2021-vse-strip-thumbnails
July 30, 2021, 13:58 (GMT)
Revert "Remove static variable usage. Increase extra images cached"

This reverts commit 72550b8dc7b46d0d0ed7d3651eba8ae8f4c0c710.
July 30, 2021, 13:54 (GMT)
Fix T90318: Dragging asset while Asset Browser is still loading crashes

This partially reverts cb0b017d8f51: We can't store the asset handle in
the drag data, because the file pointer it wraps may be freed as the
Asset Browser generates its file list.
July 30, 2021, 13:22 (GMT)
fix
July 30, 2021, 13:10 (GMT)
support fields in point translate node
July 30, 2021, 13:04 (GMT)
fix noise node
July 30, 2021, 12:34 (GMT)
Cleanup: Remove unused file description storage

This isn't used at all in the current File and Asset Browser design.
July 30, 2021, 12:29 (GMT)
Cleanup: headers, use 'pragma once', remove argument to 'file'
July 30, 2021, 12:20 (GMT)
Cleanup: missing leading '*' from comment blocks
July 30, 2021, 11:56 (GMT)
automatically change type in attribute node when selecting attribute
July 30, 2021, 11:56 (GMT)
Cleanup: workaround for unstable formatting in clang-format

Running multiple times would re-indent differently.
Revision a787bcb by Flix / Campbell Barton (master)
July 30, 2021, 11:43 (GMT)
Fix: script.reload() operator reloads current app template

Ref D12040
July 30, 2021, 11:42 (GMT)
support passing attribute field from modifier
July 30, 2021, 11:40 (GMT)
Update REAME.md file
July 30, 2021, 11:16 (GMT)
Kernel: include header file in BKE_appdir.h defining size_t

In `BKE_appdir.h`, include `<stddef.h>` as that defines `size_t`. This
follows the "include what you use" principle, and makes it possible to
use `BKE_appdir.h` without having to bother with its dependencies.

No functional changes.
July 30, 2021, 11:16 (GMT)
Asset Catalogs: first implementation of loading a catalog definition file
July 30, 2021, 11:16 (GMT)
Asset Catalogs: rudimentary writing catalog definition files to disk

`AssetCatalogDefinitionFile::write_to_disk()` can be used to write asset
catalog definition files to a text file on disk. It is very rudamentary,
and should be improved by sorting the written catalogs.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021