Blender Git Commit Log

All Blender Git commits.

Page: 237 / 8462

September 18, 2021, 14:03 (GMT)
Fix mistake with last commit - it didn't compile.
September 18, 2021, 11:36 (GMT)
Cleanup: add missing includes
September 18, 2021, 11:35 (GMT)
Cleanup: typo
September 18, 2021, 09:43 (GMT)
Sculpt: Added some icons and commit icon_geom.blend into the branch

Help with icons would be appreciated. The
scene project icon kind of came out looking
like a band-aid.
September 18, 2021, 08:39 (GMT)
Disable threading for sculpt project brush
September 18, 2021, 08:26 (GMT)
Fix compile error
September 18, 2021, 07:35 (GMT)
Sculpt: Flesh out RNA wrapping of BrushChannels
September 18, 2021, 06:32 (GMT)
Merge remote-tracking branch 'origin/temp_bmesh_multires' into sculpt-dev
September 18, 2021, 06:13 (GMT)
Fix T91461: Pose Library name filter not working

since `AssetHandle` does not have a `name_property`
(`RNA_def_struct_name_property`), and the UIList is just using the
default `uilist_filter_items_default` it simply cannot filter on names
(`RNA_struct_name_get_alloc` wont succeed).

Adding a name_property also wont work since `AssetHandle` inherits
`PropertyGroup` (which already sets name_property).

So this adds a (temporary) hack exception for RNA_AssetHandle in
uilist_filter_items_default until the design of `AssetHandle` progresses
further.

thx @Severin for additional feedback

Maniphest Tasks: T91461

Differential Revision: https://developer.blender.org/D12541
September 18, 2021, 03:13 (GMT)
Merge branch 'master' into temp_bmesh_multires
September 17, 2021, 23:22 (GMT)
Merge branch 'master' into sculpt-dev
September 17, 2021, 21:43 (GMT)
Commit current working copy; having
weird file system issues
September 17, 2021, 17:22 (GMT)
Fix T91489: Cycles X crash when running with MESA_NO_ERROR
September 17, 2021, 15:08 (GMT)
UI: Always Create Asset Previews

This patch allows Asset Browser previews to be made regardless
of the setting of the (unrelated) "File Preview Type" Preference.

See D12484 for more details.

Differential Revision: https://developer.blender.org/D12484

Reviewed by Julian Eisel
September 17, 2021, 15:05 (GMT)
Merge branch 'master' into asset-greasepencil
September 17, 2021, 14:21 (GMT)
Geometry Nodes: hide Attribute Remove node when fields are enabled
September 17, 2021, 14:20 (GMT)
Fix (harmless) mistake in recent new Append code.

This code path is not yet used so no harm, but that was a fairly nasty
potential crash-generator.
September 17, 2021, 13:19 (GMT)
Fix crash in background rendering after recent clearing bugfix
September 17, 2021, 12:52 (GMT)
Merge remote-tracking branch 'origin/master' into temp-asset-browser-catalogs
September 17, 2021, 12:51 (GMT)
Cleanup: clarify comment
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021