Blender Git Commits

Blender Git "master" branch commits.

Page: 424 / 5574

January 20, 2021, 13:07 (GMT)
Tracking: Fix missing average of track offset
January 20, 2021, 12:48 (GMT)
Merge branch 'blender-v2.92-release'
January 20, 2021, 12:46 (GMT)
Fix Lock to Selection does not work in mask mode

A regression since 2.80: need to use evaluated mask to calculate
its bounds. Non-evaluated mask does not contain state for the
current frame, so iterating over control points of the original
mask gives points state from the time they were edited last (aka,
not affected by the animation).
January 20, 2021, 11:56 (GMT)
Fix T65837: Zoom Axis is not working in the Node Editor

It was already fixed for the mouse in
bcda8cc89b88c999ff64edcc19973d6289bcbf2a, T65837
now the same logic is applied for the track-pad.

Ref D8685
January 20, 2021, 11:56 (GMT)
Fix T73575: Zooming out a lot faster than zooming in

- Zooming out a lot faster than zooming in,
it had the wrong aspect ratio, make all the preparations
with the factors instead of deltas.
- Improved following the `zoom_invert`
(should not apply to `MOUSEZOOM`) and "trackpad natural scroll"
preferences.
- `zoomfac` adjustment, same as in `view_zoomdrag_modal`.

Ref D8686
January 20, 2021, 11:10 (GMT)
Merge branch 'blender-v2.92-release'
January 20, 2021, 10:47 (GMT)
Add Object Tool: minor improvements to tool-tips
Revision 685419d by William Reynish / Campbell Barton
January 20, 2021, 09:51 (GMT)
UI: Object "Make Links" sub-menu overhaul

- Rename to "Link/Transfer Data".
- Move Mesh Data Transfer operators here from the Relations sub-menu.
- Clarify which operations links to, copies or transfers/projects
data using Link, Copy and Transfer leading text.
- Re-order contents to fit each category and add separators.
- Add enum tool-tips.

Reviewed By: Blendify, campbellbarton pablovazquez, mont29

Ref D10090
January 20, 2021, 09:43 (GMT)
Cleanup: clang-format
January 20, 2021, 09:42 (GMT)
Merge branch 'blender-v2.92-release'
January 20, 2021, 09:42 (GMT)
Cleanup: clang-format
January 20, 2021, 09:16 (GMT)
Merge branch 'blender-v2.92-release'
January 20, 2021, 09:15 (GMT)
Fix typo in UI message.

Noted by Satoshi Yamasaki (@yamyam) in rBTS5522.
January 20, 2021, 07:56 (GMT)
Merge branch 'blender-v2.92-release'
January 20, 2021, 07:55 (GMT)
Add Object Tool: adjust cursor alpha when near view aligned

The cursor-plane was too dense/bright when approaching view alignment.
January 20, 2021, 06:08 (GMT)
Merge branch 'blender-v2.92-release'
January 20, 2021, 06:08 (GMT)
Merge branch 'blender-v2.92-release'
January 20, 2021, 06:08 (GMT)
Merge branch 'blender-v2.92-release'
January 20, 2021, 06:07 (GMT)
UV: tweak face select behavior

When the mouse cursor is inside the UV face,
extend the selection threshold.

This means when zoomed in, a face can always be selected when the cursor
is inside it.
In the case of multiple overlapping faces - the face with the closest
center is used.

----

Prior to 246efd7286f6187e4dd4b3edcc79cccb1746bb1d, the UV selection
threshold was scaled by the zoom level, so selecting a face when zoomed
in close would often often select faces even when the on-screen center
was outside the intended threshold.

Having a zoom-independent threshold may require more precision than
users are used to.

This change addresses this.
January 20, 2021, 06:00 (GMT)
Cleanup: move UvNearestHit.ob assignment in find nearest functions

Splitting assignments between functions complicates refactoring.

Also rename 'hit_final' to 'hit', since there are no longer a local
'hit' variable defined in these functions.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021