Blender Git Loki

Kaikki Blender Git kommitit.

Page: 1034 / 8462

December 21, 2020, 10:36 (GMT)
Fix T84010: Missing scale animation versioning code

Code was removed in 247b10e6a25b but it was incorrect in first place.
Conversion was done for `offset_x` and `offset_y` channel originally,
but it should be done for `scale_x` and `scale_y`
December 21, 2020, 10:35 (GMT)
Fix part of T84004: Some 2.92 alpha UI strings can't be translated.

Not sure why, but py files from `bl_operators` were never considered for
i18n string extraction... They do define some UI strings though.
December 21, 2020, 09:52 (GMT)
Some more UI messages fixes...
December 21, 2020, 09:49 (GMT)
Fix some UI messages and update i18n spellcheck utils.
December 21, 2020, 09:08 (GMT)
Merge remote-tracking branch 'origin/master' into temp_bmesh_multires

Also redid vcol boundary tool icon, and made a little icon for sculpt
color paint.
December 21, 2020, 08:49 (GMT)
install-deps: Install OIIO utils, re-enable package on RPMs.

OIIO utils are mandatory for a whole set of tests (Cycles, VSE), and
it's a small package, no reason to not install it.

Also re-enabling package handling of OIIO on RPM-based distro, not sure
why it was disabled but this has become a fairly stable and standard
library now, would not expect issues anymore.
December 21, 2020, 08:09 (GMT)
Merge branch 'master' into cycles_texture_cache
December 21, 2020, 07:43 (GMT)
Merge branch 'lanpr-under-gp' into temp-lineart-contained
December 21, 2020, 07:43 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
December 21, 2020, 07:40 (GMT)
Merge branch 'lanpr-under-gp' into temp-lineart-contained
December 21, 2020, 07:40 (GMT)
LineArt: Proper Use of BMesh operator to remove doubles.
December 21, 2020, 05:17 (GMT)
Unix/macOS: support building with Ccache

This adds an option (WITH_COMPILER_CCACHE) to build using Ccache if it's
found. Makefiles-based, Ninja-based and Xcode generators are supported.

Pass `-DWITH_COMPILER_CCACHE=ON` to cmake to enable Ccache.
Utility option in GNUmakefile is also added: for e.g.,
`make ninja ccache`.

Reviewed By: brecht, ankitm
Differential Revision: https://developer.blender.org/D9665
December 21, 2020, 00:46 (GMT)
Fix T83989: Attribute Math node ignores its operation setting

T83989 observes that the Attribute Math node always adds its
operands regardless of its operator setting. This was caused
by an oversight committed in rB23233fcf056e42, which overlooked
adjusting the exec function to use the new storage location.

Differential Revision: https://developer.blender.org/D9909
Revision c229d98 by Hans Goudey (master)
December 21, 2020, 00:42 (GMT)
Cleanup: Correct comment
Revision d283a09 by Gaia Clary (master)
December 20, 2020, 17:48 (GMT)
fix T83880: Added check for valid context object to avoid null pointer exception when no object in scene
December 20, 2020, 17:27 (GMT)
UI: Fix text padding in some list widgets

Normally, pure text buttons have no padding at their edges so they
align with edges of buttons, see D9058. However, in several cases
there are labels aligned to the right side of a list widget row,
so they're missing padding against the right edge.

The fix is to use emboss = 'NONE' for such labels, which changes
the drawing style, adding padding on the right edge. (Normally so
labels aligned with the text from non-embossed buttons). This is
not necessarily intended, but it works properly.

For more information, see the revision.

Differential Revision: https://developer.blender.org/D9874
Revision 16527eb by Hans Goudey (master)
December 20, 2020, 16:53 (GMT)
UI: Slightly improve alignment in selection tool icons

Parts of the tool icons for box, circle, lasso, and tweak select that were
meant to be flat or at a 45 degree angle were slightly misaligned, making
the edge look blurry.
December 20, 2020, 15:53 (GMT)
Merge branch 'master' into temp-gpencil-interpolate
December 20, 2020, 15:10 (GMT)
Merge branch 'master' into sculpt-dev
December 20, 2020, 05:23 (GMT)
VSE: Add options to select neighboring handles

Options added to `sequencer.select_handles()` operator.

Reviewed By: ISS

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