Blender Git Commit Log

All Blender Git commits.

Page: 1161 / 8462

November 3, 2020, 11:09 (GMT)
Fix T71759: Sculpt/Vertex/Weight Paint Brush Size Gets Undone After Undoing a Stroke.

Add code preserving scene's toolsettings accross undo.

IDPointers are dealt with special care, we try to keep existing ones for
some (like brushes) when possible.

Note that this covers ToolSettings, Brushes and Palettes currently.

I'm not especially happy about how this new code mixes with existing
'foreach_id' one, in particular in scene. But cannot think of a better,
more generic way to do it currently.

Maniphest Tasks: T71759

Differential Revision: https://developer.blender.org/D9311
November 3, 2020, 10:40 (GMT)
Add a callback to `IDTypeInfo` to allow preservation of some data accross memfile undos

This is essentially adding that new callback, and using it only for already
existing Scene's 3DCursor.

Note that the place where this is called has been moved again, after all
have been lib-linked, such that those callbacks may also work on ID pointers.

Maniphest Tasks: T71759

Differential Revision: https://developer.blender.org/D9237
November 3, 2020, 09:54 (GMT)
Merge branch 'blender-v2.91-release'
November 3, 2020, 09:54 (GMT)
Merge branch 'blender-v2.91-release'
November 3, 2020, 09:52 (GMT)
Fix T81988: Surface Deform "Bind" causes vertices to spike

Surface deform weight calculation assigned weights in a non-uniform
way that caused vertices to deform upon binding.

This was caused by the face-corner angle being used in
calculations which where squared & scaled.
Causing a triangle fan of many thin faces to have a much greater
influence compared to the same shape made from a single triangle.

Change the calculation of the weight so each face-corner is scaled
by it's angle.
November 3, 2020, 09:50 (GMT)
Merge branch 'master' into xr-actions-D9124
November 3, 2020, 09:47 (GMT)
XR: Implement XR constraints toggle operator

Useful for quickly playing back recorded animations without
overwriting existing data.
November 3, 2020, 09:46 (GMT)
Exporter: Complete TODO about exiting edit mode gracefully.
November 3, 2020, 09:44 (GMT)
DrawManager: Cleanup unneeded memory allocation

`tris_per_mat` is only valid for the final buffer cache. It was
allocated for every buffer cache.
November 3, 2020, 09:31 (GMT)
Merge branch 'master' into soc-2020-io-performance
November 3, 2020, 08:47 (GMT)
Enabled dyntopo for sharp brush. Also fixed paint brush strength being
too strong with dyntopo enabled.
November 3, 2020, 08:37 (GMT)
XR: Support auto keying XR constraint objects

If specified, headset / controller objects will auto key on animation
playback. This can be useful for virtual camera applications.
November 3, 2020, 06:56 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
November 3, 2020, 05:59 (GMT)
Merge branch 'blender-v2.91-release'
November 3, 2020, 05:56 (GMT)
Fix T77161: Outliner - Hiding a Collection does not gray out children objects

Ensure that When checking "Hide in Viewport" option for a collection
that child objects are drawn grayed out for consistency with the
"Disable in Viewports" toggle.

For checking an object visibility in the viewport the flag
BASE_VISIBLE_VIEWLAYER should be used instead of BASE_VISIBLE_DEPSGRAPH
because the latter ignores viewport visibility.

Manifest Task: T77161

Differential Revision: https://developer.blender.org/D7904
November 3, 2020, 05:51 (GMT)
Merge branch 'cycles_socket_api' into cycles_procedural_api
November 3, 2020, 05:51 (GMT)
Merge branch 'master' into cycles_socket_api
November 3, 2020, 05:51 (GMT)
fix missing modified tagging on hair sockets
November 3, 2020, 05:50 (GMT)
fix data accumulation in hair reading from alembic cache
November 3, 2020, 05:09 (GMT)
Outliner: Add "Selectable" object filter

This addition to the filters allows the user to enable the
outliner tree to restrict the listing to only Selectable objects.

Differential Revision: https://developer.blender.org/D7310
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021