Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 404 / 5574

Revision e3c8363 by Julian Eisel
February 2, 2021, 12:54 (GMT)
Fix T83064: Missing tooltips, caused by string property search button

When a searchbox-button for string properties (e.g. to reference a vertex
group) was created, and a value was set, the tooltip timer would constantly get
cancelled.
That was because the code to validate the current value
(`ui_but_search_refresh()` - early exists for non-string properties) would call
a helper function to update the search results (`ui_searchbox_update_fn()`),
which always reset tooltips. Resetting them in the helper makes sense, for as
long as the searchbox is open. But while it's not, and we just validate the
current value, it shouldn't do this.

This was also noticable in the output settings of dynamic paint, and probably a
number of other cases (especially with script UIs which tend to use string
properties more often).

Likely caused by de53c039adb4.
February 2, 2021, 12:17 (GMT)
Cleanup: take grid reference instead of shared pointer as parameter

This makes the function usable in more contexts.
February 2, 2021, 11:08 (GMT)
macOS: fix warning about unkown GPU with Apple M1 chip
February 2, 2021, 11:08 (GMT)
macOS: use precompiled libraries for arm64 build

Standard wiki build instructions for building Blender on macOS can now be used
on Macs with ARM processors.

This contains all libraries except for Embree and OpenImageDenoise, so Cycles
performance does not yet have full performance and features in this build. An
x86-64 build is likely to still render faster than arm64 until Embree is added.

Uses the new lib/darwin_arm64 folder. For simplicity and to keep download size
under control, both for end users and builders, we are not planning to ship
universal binaries. So this is a separate folder from lib/darwin.

Ref T78710

Differential Revision: https://developer.blender.org/D10276
February 2, 2021, 10:10 (GMT)
Fix regression: Crash garbage collecting VBOs on never evaluated scenes

Committing fix again, since it is somehow got lost when merging release
branch into master.
February 2, 2021, 08:36 (GMT)
Merge branch 'blender-v2.92-release'
February 2, 2021, 08:34 (GMT)
creator: add missing '--debug-*' arguments under debugging options

Only print "Other Options" when the heading has content to show.
February 2, 2021, 08:33 (GMT)
Merge branch 'blender-v2.92-release'
February 2, 2021, 08:30 (GMT)
Fix T85194: Smart UV does not respect "Correct Aspect" correctly

This lead to wrong, stretched UVs regardless of the ON/OFF state of
"Correct Aspect" option (some code in the operator respected this
setting properly, whereas it was hardcoded in another part).

Before rB9296ba867462, `uvedit_pack_islands_multi` was always called
with `correct_aspect` = false for the UnwrapOptions.
After rB9296ba867462, `ED_uvedit_pack_islands_multi` was always called
with `correct_aspect` = true for the UVPackIsland_Params.

Both seem wrong [in that they do not take the operator setting into
account]. Now respect that setting [same as the following
`uv_map_clip_correct_multi` does as well btw.]

Now results match 2.90 [where this was still python] perfectly.

Maniphest Tasks: T85194

Differential Revision: https://developer.blender.org/D10246
February 2, 2021, 08:18 (GMT)
Merge branch 'blender-v2.92-release'
February 2, 2021, 08:12 (GMT)
cmake/deps: remove 'tcl' language support from sqlite

Build sqlite without `tcl` support, as it's causes an error on
installation when `tcl` is installed into the systems `/usr/lib/` and
install isn't running as root.

This could be resolves by adding `tcl` as a dependency
however it's not needed for Python's sqlite integration.

Linux distributions (Debian & Arch at least) split this off
into a separate package (which Python doesn't depend on),
so there is no need for Blender to include sqlite's `tcl`
integration either.

Reviewed By: brecht, LazyDodo

Ref D10281
Revision 33b8063 by Ankit Meel
February 1, 2021, 20:45 (GMT)
CMake: Remove duplicated code for Haru-TIFF dependency.
February 1, 2021, 18:35 (GMT)
CMake/Windows: Fix build issue in lite+haru

Haru depends on some symbols defined in libtiff
which will cause linker errors if not enabled.
Disable haru if WITH_IMAGE_TIFF is off.
Revision 59054d9 by Ankit Meel
February 1, 2021, 16:28 (GMT)
CMake/Windows/macOS: Add Libharu

Decision: https://lists.blender.org/pipermail/bf-committers/2020-December/050836.html
Adds CMake dependency builder support. Tested on
macOS and Windows (Thanks @LazyDodo).

Reviewed By: #platform_macos, LazyDodo, sebbas
Maniphest Task: T84836
Differential Revision: https://developer.blender.org/D9928
February 1, 2021, 15:40 (GMT)
Merge branch 'blender-v2.92-release'
February 1, 2021, 15:40 (GMT)
Overlay: Fix Z axis planes rendered even if not needed

This remove some drawn completely transparent pixels.
February 1, 2021, 15:40 (GMT)
Fix T81843 Bones invisible using Weight Paint + Wireframe shading + Bone X-Ray

This was caused by the paint overlay drawing after the infront pass.

Moving the paint overlay before it fixes the issue. We might even do
that for more mode overlays.
Revision 5ec9e3a by Falk David
February 1, 2021, 15:27 (GMT)
Merge branch 'blender-v2.92-release'
Revision 006e70d by Falk David
February 1, 2021, 15:26 (GMT)
Fix T85203: GPencil: Drawing on locked axis plane

Drawing on e.g. the X-Z plane was broken due to an earlier
commit (rBef28da262342). This was causing the projection when drawing
on an axis plane to fail.

The fix checks that the user is in view plane projection mode.

Reviewed By: antoniov

Maniphest Tasks: T85203

Differential Revision: https://developer.blender.org/D10252
February 1, 2021, 14:20 (GMT)
Merge branch 'blender-v2.92-release'
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021