Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 393 / 5574

February 11, 2021, 01:34 (GMT)
Fix T83013: Annotation with hidden object in sculpt mode crashes

This just avoids the crash, the annotation tool still doesn't work.

Larger changes will be needed to resolve this, see T85532.
February 10, 2021, 21:40 (GMT)
Merge branch 'blender-v2.92-release'
February 10, 2021, 21:40 (GMT)
Merge branch 'blender-v2.92-release'
February 10, 2021, 21:40 (GMT)
Merge branch 'blender-v2.92-release'
February 10, 2021, 21:40 (GMT)
Merge branch 'blender-v2.92-release'
February 10, 2021, 21:38 (GMT)
Cleanup: incompatible-pointer-types warning
February 10, 2021, 21:35 (GMT)
Fix T85508: UV select overlap fails on identical faces

The triangle overlap test failed for exactly overlapping triangles.

When none of the segments intersect, testing a if a single corner
is inside the other triangle fails when the triangles share UV
coordinates.

Resolve by comparing the triangle centers.
February 10, 2021, 21:27 (GMT)
BLI_math: add mid_v2_v2v2v2
February 10, 2021, 18:49 (GMT)
Fix T85515: missing viewport update when toggling Hidden Wire

This is in the overlay popover but also affects shading.
February 10, 2021, 18:32 (GMT)
TBB: fix deprecation warnings with newer TBB versions

* USD and OpenVDB headers use deprecated TBB headers, suppress all deprecation
warnings there since we have no control over them.
* For our own TBB includes, use the individual headers rather than the tbb.h that
includes everything to avoid warnings, rather than suppressing all.

This is in anticipation of the TBB 2020 upgrade in D10359. Ref D10361.
February 10, 2021, 18:29 (GMT)
Transform: refactor createTransData splitting into more specific functions

Currently, `createTransData` is doing much more than the name implies.

This commit makes it clearer through smaller and more specific functions
what the real purpose of that function.
February 10, 2021, 18:23 (GMT)
Fix T85494: Click and drag of the 3d cursor turns off proportional editing

Missed `CTX_NO_PET`.

This commit also reorganizes the code to make it clearer when using flags.
February 10, 2021, 18:20 (GMT)
CMake/Deps: Fix building cython on windows

For the debug version of cython pip was trying to link
against the release version of python for some strange
reason. Passing some flags to explicitly target the
debug version fixes the issue.

Given other platforms do not have different builds for
debug/release this is not an issue there.
February 10, 2021, 17:06 (GMT)
Cleanup: Unindent if statements in sculpt tools code

This removes indentations from if statements by converting them to early
returns and continue.
Most of the code of brushes and tools has loops with a full indented
body inside of an if, which was also copied into some of the new tools.

Reviewed By: JacquesLucke

Differential Revision: https://developer.blender.org/D10333
February 10, 2021, 16:48 (GMT)
Cleanup/fix warnings.

Own dummy mistakes in rBf269fbd64a5a0cb7.
February 10, 2021, 16:29 (GMT)
Fix T85420: moving color ramp handles via position input does not work

This just needed some special case handling for the new attribute color ramp node...
February 10, 2021, 16:10 (GMT)
LibOverride: Refactor: Switch more code to using Main.relations.

This potentially could fix some missed cases in dependency tagging (when
dealing with overrides hierarchies), since relying on tag in ID itself
is not a good idea to check whether an ID has been propcessed or not
(exterior code may have forced that tag on some IDs e.g., which would
prevent them from ever being processed properly).
February 10, 2021, 15:53 (GMT)
Merge branch 'blender-v2.92-release'
February 10, 2021, 15:52 (GMT)
Cleanup: typo

Committing this to the release branch, to avoid merge conflicts with an
upcoming fix.
February 10, 2021, 15:52 (GMT)
Fix T85514: exact match is not showing up in search menu

The `get_shortest_word_index_that_startswith` function was not doing
what it was supposed to do. This resulted in wrong matches.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021