Blender Git Commit Log

All Blender Git commits.

Page: 962 / 8462

January 29, 2021, 09:18 (GMT)
Fix T85139: Force field texture missing depsgraph relation

If a force field was of type "Texture", any changes of that texture (e.g.
its type - as reported in T85139 - or also its properties) were not
properly updating rigid bodies and particle systems.

Now ensure that texture is actually in the depsgraph and set up relation
accordingly.

Also fixes T75198.

Maniphest Tasks: T85139

Differential Revision: https://developer.blender.org/D10234
Revision 27e2c5a by Ankit Meel (master)
January 29, 2021, 08:43 (GMT)
Tests, docs: Use sanitizer options from environment too.

Don't overwrite environment variables that may
contain options like suppression files, symboliser etc.
It's similar to rBa181b156399a13fa429159112e30c8005d5e8a59
and rBA589d13408a60cbec34a8bc3cc798c586043743ae .
For Blender Add-ons repo, see the equivalent in D9816.

Reviewed By: Blendify
Differential Revision: https://developer.blender.org/D9815
Revision 16fab8e by Ankit Meel (master)
January 29, 2021, 07:50 (GMT)
Cleanup: git-blame-ignore-revs: Update policy & commits

Discussion:
https://lists.blender.org/pipermail/bf-committers/2020-December/thread.html#50844

*Remove clang-tidy commits altogether as they have a history of
introducing bugs/ build issues.
*Remove renames.

Reviewed By: brecht
Differential Revision: https://developer.blender.org/D9986
January 29, 2021, 05:41 (GMT)
UI: clarify edit-mesh face center behavior

- Grey out in wire/xray display.
- Expand the description for when this is used.

While this is working, the intended behavior wasn't clear,
address T85177.
January 29, 2021, 05:00 (GMT)
Docs: notes on the 2.7x keymap

Note the key-map items that don't match the original 2.7x key-map,
since some of these are quite obscure.
January 29, 2021, 00:44 (GMT)
Merge branch 'blender-v2.92-release'
January 29, 2021, 00:44 (GMT)
Merge branch 'blender-v2.92-release'
January 29, 2021, 00:43 (GMT)
Cleanup: rename variables for gizmo templates

The abbreviation was from 'manipulator',
which was changed to gizmo during development.

Also correct operator description.
January 29, 2021, 00:43 (GMT)
PyAPI: Add error when registering a 3D gizmo into a 2D gizmo group

Address issue raised in T85145.
January 29, 2021, 00:33 (GMT)
Cleanup: rename variables for gizmo templates

The abbreviation was from 'manipulator',
which was changed to gizmo during development.

Also correct operator description.
January 29, 2021, 00:12 (GMT)
PyAPI: Add error when registering a 3D gizmo into a 2D gizmo group

Address issue raised in T85145.
January 28, 2021, 23:06 (GMT)
Fix T84906: Loop select can fail when starting from an ngon

When stepping over an ngon's edges, check the number of edges & faces,
to ensure the topology connected to the ngon would be walked along.
January 28, 2021, 23:06 (GMT)
Docs: add diagrams describing the purpose of BMwEdgeLoopWalker.f_hub

Without this the purpose of this feature isn't clear.

While 01b3e9cc9fdd0875b93ba749c8209e6c43570d13 linked to an image,
add inline ascii diagrams with detailed explanations.
Revision 92b0803 by Hans Goudey (master)
January 28, 2021, 22:25 (GMT)
Merge branch 'blender-v2.92-release'
Revision 71cb692 by Hans Goudey (master)
January 28, 2021, 22:16 (GMT)
Fix T83988: Active modifier outline uses search theme color

The outline for the active modifier was abusing the property search
match theme color, as noted in a comment. This commit adds a new
theme color in RNA specifically for the active modifier outline.
January 28, 2021, 21:59 (GMT)
Merge remote-tracking branch 'origin/blender-v2.92-release'
January 28, 2021, 21:44 (GMT)
Cleanup: Move geonodes object info RNA enum

This enum is only used by the node. So it does not need to be declared outside
the scope of its function.

Originally I thought this may be relevant to the collection info node as well,
but the patch for it is defining its own enums.
Revision 7a62574 by Hans Goudey (master)
January 28, 2021, 19:52 (GMT)
Cleanup: Reduce variable scope

Also some minimal white space changes
January 28, 2021, 19:25 (GMT)
GPencil: First steps to implement Multiframe fill

Highly experimental
January 28, 2021, 19:07 (GMT)
GPencil: Move free image in fill operator

This is in preparation for multiframe fill
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021