Blender Git Commit Log

All Blender Git commits.

Page: 518 / 8462

June 23, 2021, 12:00 (GMT)
Merge branch 'master' into temp-attribute-processor
June 23, 2021, 11:35 (GMT)
Merge branch 'master' into xr-controller-support
June 23, 2021, 11:30 (GMT)
XR: Add fly navigation operator

Navigates the scene by moving/turning relative to navigation space
or the XR viewer/controller. Users can select from a variety of
these modes as well as specify the min/max speed and whether to lock
elevation.

Also: pass float threshold to XR action events.
June 23, 2021, 11:24 (GMT)
XR: Update controller data again in viewer update

This is needed to draw the controllers with correct transforms in the
event that an operator changed the navigation.
June 23, 2021, 11:19 (GMT)
Merge branch 'master' into soc-2021-knife-tools
June 23, 2021, 11:12 (GMT)
Knife: Added visible distance and angle measurements

Pressing M while using the knife tool will now cycle through showing various measurements related to the current cut.

The different modes are:
Just Distance - Shows the length of the current cut segment
Just Angles - If the cut segment is touching any edges the corresponding angle is displayed
Both - Shows both distance and angles
June 23, 2021, 10:15 (GMT)
Fix Scene/MasterCollection handling in `BKE_main_collection_sync_remap()`.

Those were missing proper (explicit) object cache clear, and DEG
tagging.

Note that this was most likely not an common issue in practice (Collection
object cache clearing recursively goes into all parents, so master
collection would only miss it in case they had no child collections at
all, and tagging of those happens almost always at other steps on
remapping). But better to be explicit and consistent here in any case.
June 23, 2021, 10:07 (GMT)
Fix T89342: Select mirror with a zero length central edge asserts
June 23, 2021, 09:45 (GMT)
Fix T89367: Crash running edit-mesh select_linked_pick from Python
June 23, 2021, 09:12 (GMT)
Fix T88808: Set Origin missing from Text object in 2.93

Fix T88808.
Caused by {rB5f2c5e5bb8c15bf0d6679351e3482f9c38c00935}

object type for `TEXT object` was missing in following check
that's why `Set Origin` option was lost from object context menu.

Reviewed By: lichtwerk

Maniphest Tasks: T88808

Differential Revision: https://developer.blender.org/D11495
June 23, 2021, 08:37 (GMT)
Revert "Revert "Enhanced stats/reports for blendfile reading.""

This reverts commit rB3a48147b8ab92, and fixes the issues with linking
etc.

Change compared to previous buggy commit (rBf8d219dfd4c31) is that
new `BlendFileReadReports` reports are now passed to the lowest level
function generating the `FileData` (`filedata_new()`), which ensures
(and asserts) that all code using it does have a valid non-NULL pointer
to a `BlendFileReadReport` data.

Sorry for the noise, it's always when you think a change is trivial and
do not test it well enough that you end up doing those kind of
mistakes...
June 23, 2021, 08:34 (GMT)
Merge branch 'master' into asset-browser-poselib
June 23, 2021, 08:03 (GMT)
LineArt: Versioning for smooth surface crease.
June 23, 2021, 08:02 (GMT)
adaptive_cloth: mesh: abstract out read over MeshReader and fix compiler errors
June 23, 2021, 07:53 (GMT)
LineArt: Remove auto smooth for crease.
June 23, 2021, 07:50 (GMT)
LineArt: Mark sharp as crease.
June 23, 2021, 07:36 (GMT)
LineArt: Update deps for selecting camera/light
June 23, 2021, 07:28 (GMT)
LineArt: Use Smooth/AutoSmooth for crease.
June 23, 2021, 06:47 (GMT)
adaptive_cloth: mesh: read obj to Mesh
June 23, 2021, 06:34 (GMT)
initial support for voronoi node

Only 3D in F1 mode with euclidean distance is support right now.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021