Blender Git Commit Log

All Blender Git commits.

Page: 65 / 8462

November 24, 2021, 10:02 (GMT)
ImageEngine: Remove unneeded check for tiled image.

Regular images are also tiled images, but with a default tile that leads
to the same result.
November 24, 2021, 09:38 (GMT)
Tests: exclude anonymous attributes from mesh comparison

The set of anonymous attributes on a geometry is not visible to the user.
November 24, 2021, 09:35 (GMT)
Cleanup: `IDTypeInfo` new `asset_type_info` member.

Two issues addressed here:

I) `asset_type_info` is sub-data, not a callback. Therefore, move it
before the callbacks in the `IDTypeInfo` struct.

II) More important, initialize this new attribute in *ALL* `IDTypeInfo`
instances. No member of this struct should ever be left implicitely
uninitilazed, ever.

Aftermath of rBa84f1c02d251.
November 24, 2021, 09:16 (GMT)
Fix T93345: missing null check for geometry nodes logger
November 24, 2021, 09:09 (GMT)
Cleanup: Add info about attributes init in Mesh IDTypeInfo after conversion to C++.

rB6002914f141f totally lost those info, in C++ we use comments by
convention.
November 24, 2021, 09:06 (GMT)
Cleanup: use lowercase in private functions.
November 24, 2021, 09:05 (GMT)
Cleanup: use lowercase in private functions.
November 24, 2021, 09:05 (GMT)
Cleanup: use nullptr
November 24, 2021, 09:02 (GMT)
Merge branch 'blender-v3.0-release'
November 24, 2021, 09:02 (GMT)
Cleanup: Silent compilation warning in draw_manager.
November 24, 2021, 08:27 (GMT)
Fix crash when opening search menu.

Asset install bundle poll didn't check the space it was running in and
assumed that it was always running in file browser.
November 24, 2021, 08:06 (GMT)
Merge branch 'master' into temp-gpu-texture-partial-updates
November 24, 2021, 07:32 (GMT)
AssetBrowser: Disable asset indexing.

Asset Indexing is disabled for now as it requires {D12990} to support
object snapping.
November 24, 2021, 07:21 (GMT)
T91406: Asset Library Indexing

Asset library indexing would store indexes of asset files to speed up
asset library browsing.

* Indexes are read when they are up to date
** Index should exist
** Index last modify data should be later than the file it indexes
** Index version should match
* The index of a file containing no assets can be load without opening
the index file. The size of the file should be below a 32 bytes.
* Indexes are stored on a persistent cache folder.
* Unused index files are automatically removed.

The structure of the index files contains all data needed for browsing assets:
```
{
"version": <file version number>,
"entries": [{
"name": "<asset name>",
"catalog_id": "<catalog_id>",
"catalog_name": "<catalog_name>",
"description": "<description>",
"author": "<author>",
"tags": ["<tag>"]
}]
}
```

Reviewed By: sybren, Severin

Maniphest Tasks: T91406

Differential Revision: https://developer.blender.org/D12693
November 24, 2021, 07:02 (GMT)
Animation: Add test cases for `ED_keyframes_keylist`.

This patch adds test cases to detect edge cases when finding
keylist columns.

The patch originated during development of D12052 to make sure
the new implementation matches the old implementation. It would
be good to add these test cases to master so this part is covered
in a next change might influence the expected edges.

The patch covers `ED_keylist_find_next`, `ED_keylist_find_prev`
and `ED_keylist_find_exact` methods.

Reviewed By: sybren

Differential Revision: https://developer.blender.org/D12302
November 24, 2021, 03:46 (GMT)
Sculpt-dev: fix smooth_strength_factor bug

* Fixed bug where BRUSH_MAPPING_INHERIT was
being or'd to BrushMapping->flag instead
of assigned to ->inherit_mode.
* Fixed smooth_strength_factor
and smooth_strength_projection.
* Also added yet more asan poisoning to mempool
* Added a function to build final inherited brush
channel, BKE_brush_channel_copy_final_data. Takes
BrushMapping->inherit_mode into account.
November 24, 2021, 01:17 (GMT)
Merge branch 'blender-v3.0-release'
November 24, 2021, 01:10 (GMT)
Add tablet data to Wintab fallback cursor movement.
November 24, 2021, 00:29 (GMT)
FIx: Change to instance domain
November 23, 2021, 21:38 (GMT)
Extract keyframe segment calculation

extracts the search for keyframe segments (consecutive selection of keys)
It will be reused by future graph editor operators

Reviewed by: Sybren A. St�vel
Differential Revision: https://developer.blender.org/D9360
Ref: D9360
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021