Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 412 / 5574

January 27, 2021, 04:18 (GMT)
Merge branch 'blender-v2.92-release'
January 27, 2021, 04:18 (GMT)
Merge branch 'blender-v2.92-release'
January 27, 2021, 04:17 (GMT)
UI: add ellipsis to batch rename menu item
January 26, 2021, 22:19 (GMT)
RNA Manual Reference: Update Mappings
January 26, 2021, 21:57 (GMT)
Merge remote-tracking branch 'origin/blender-v2.92-release'
January 26, 2021, 21:56 (GMT)
Windows: Fix wchar_t truncation

BLI_strncpy_wchar_from_utf8 made the assumption that
wchar_t is UTF-32 bit regardless of environment, while
this holds true on both mac and linux, on windows
wchar_t is actually actually UTF-16.

This resulted in the upper 16 bits being dropped from
from some string conversions and prevented blender
from starting when installed in a path with unicode
code-points over 0xffff.

There was also a fair bit of code duplication between
BLI_strncpy_wchar_from_utf8 and BLI_str_utf8_as_unicode_and_size

this change essentially removes all logic from
BLI_strncpy_wchar_from_utf8 and calls the right function
for the right environment.

Reviewed By: brecht , Robert Guetzkow

Differential Revision: https://developer.blender.org/D9822
Revision 656f6ae by Julian Eisel
January 26, 2021, 21:17 (GMT)
Cleanup: Use const parameters for active button lookups/tests

Needed for const-correctness in the following commit.
Revision d096d9c by Julian Eisel
January 26, 2021, 21:17 (GMT)
UI: Tooltip for data-block selector menus, showing full name and library info

Long data-block names are clipped to fit into data-block selector menus. For
linked data-blocks, there's also a hint indicating the source library, which
takes further space and may get clipped too.

So this commit adds a tooltip to the menu items, which displays the full,
unclipped data-block name and the unclipped library name. Plus, the library
path is shown too, which is also useful info.

Adds helper functions for search menu item tooltips, so these are easier to add
to other search menus in future.

Part of T84188.
Revision 733bcbe by Hans Goudey
January 26, 2021, 21:09 (GMT)
Cleanup: Comment formatting, grammar
Revision 1f81195 by Hans Goudey
January 26, 2021, 20:59 (GMT)
Cleanup: Use LISTBASE_FOREACH macro
January 26, 2021, 19:15 (GMT)
UI: Current Frame Marker Cleanup

Draw current frame marker in a single pass.

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

Reviewed by Hans Goudey
Revision 1c4b0c4 by Hans Goudey
January 26, 2021, 18:57 (GMT)
Geometry Nodes: Support all operations in the "Attribute Math" node

This adds the ability to use all the math operations in the regular
utility "Math" node. The code is quite similar to the attribute vector
math node, with the simplification that the result is always a float.

Differential Revision: https://developer.blender.org/D10199
January 26, 2021, 18:17 (GMT)
UI: Use Ellipsis for Short Truncated Text

Allow use of ellipsis to indicate truncated text down to a single character.

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

Reviewed by Hans Goudey
Revision cdb8209 by Hans Goudey
January 26, 2021, 18:13 (GMT)
Merge branch 'blender-v2.92-release'
Revision d9a63d4 by Hans Goudey
January 26, 2021, 18:13 (GMT)
Fix build error

An extra `p->` was added for some reason in a recent commit.
Additionally, there's no reason for the flag to be kept as a pointer,
so just dereference it at the start of both functions.
Revision 3d7d0f1 by Hans Goudey
January 26, 2021, 17:56 (GMT)
Merge branch 'blender-v2.92-release'
Revision a6016bf by Hans Goudey
January 26, 2021, 17:55 (GMT)
UI: Fix ugly alignment of timeline popover buttons

Apparently things have changed since {rB98d205508977a6f72bf55},
and putting the buttons in two separate rows is no longer enough
to keep the right-most popover button in the timeline header from
aligning with the menu buttons. This just adds a separator large
enough to avoid the alignment.
Revision 60d85a3 by Falk David
January 26, 2021, 17:38 (GMT)
Merge branch 'blender-v2.92-release'
Revision 23e108c by Falk David
January 26, 2021, 17:37 (GMT)
Fix T85082: Perspective distortion while drawing

When the drawing plane was set to view and the user would pan their
camera sideways, the drawing would be more and more distorted and
projected further back.

The fix projects the strokes to view when the user is looking through
the camera or has the drawing plane set to view.

Reviewed By: antoniov

Maniphest Tasks: T85082

Differential Revision: https://developer.blender.org/D10213
Revision ef28da2 by Falk David
January 26, 2021, 17:32 (GMT)
Fix T85082: Perspective distortion while drawing

When the drawing plane was set to view and the user would pan their
camera sideways, the drawing would be more and more distorted and
projected further back.

The fix projects the strokes to view when the user is looking through
the camera or has the drawing plane set to view.

Reviewed By: antoniov

Maniphest Tasks: T85082

Differential Revision: https://developer.blender.org/D10213
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021