Blender Git Loki

Kaikki Blender Git kommitit.

Page: 1318 / 8462

August 29, 2020, 15:31 (GMT)
New boolean: fixed a bug in coplanar intersect.

The code that found coplanar clusters was not updating a bounding box.
Also, code that was detecting non-trivial coplanar intersects was
slightly wrong, but that would not have caused any functional problems.
August 29, 2020, 08:56 (GMT)
Cleanup: spelling
August 29, 2020, 04:26 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp

# Conflicts:
# build_files/cmake/config/blender_full.cmake
# build_files/cmake/config/blender_lite.cmake
# build_files/cmake/config/blender_release.cmake
August 29, 2020, 04:24 (GMT)
LineArt: Better desctiption for enable linked objects
August 29, 2020, 04:24 (GMT)
Cleanup 'make vertex parent' operator code.

More localized variables, avoid ugly 'offset by one' index usage in
favor of explicit `INDEX_UNSET` define, etc.

No behavior change expected from this commit.
August 29, 2020, 04:24 (GMT)
Fix T80135: Duplicate doesn't preserve active spline

Checks to preserve the active spline on duplication
required an active vertex too.

Now having no active vertex doesn't prevent duplicate
from keeping the spline active.

Reviewed by: @mano-wii

Ref D8729
August 29, 2020, 04:24 (GMT)
Cleanup: use doxy sections in interface_panels.c
August 29, 2020, 04:24 (GMT)
Cleanup: spelling
August 29, 2020, 03:29 (GMT)
LineArt: Slope throw away threshold in lineart_LineIntersectTest2d()
August 29, 2020, 00:48 (GMT)
Cleanup: remove paranoid 'MDeformVert.totweight < 0' check

This was added in 1cb7267a9f9f1, however the behavior before this
would have failed on negative values already.

Also negative values here would fail in many other places.
Revision 141a3e6 by Hans Goudey (master)
August 28, 2020, 21:41 (GMT)
Boolean Modifier: Reorder properties

Properties that display conditionally depending on other properties
should generally be lower down so the movement of buttons as
settings are tweaked is less intrusive.
Revision f34653e by Hans Goudey (master)
August 28, 2020, 21:20 (GMT)
Clang Tidy: Fix readability-delete-null-pointer warning
Revision 5c5d43f by Hans Goudey (master)
August 28, 2020, 21:12 (GMT)
Clang Tidy: Fix no lint marker placement

There was a line between the NOLINTNEXTLINE marker and the function.
Revision 91bbf96 by Hans Goudey (master)
August 28, 2020, 20:29 (GMT)
Revert "tmp"

This reverts commit b78a439e9071f83baf296d52c0c1a458aecd2938.

This was committed by mistake, and including BLI_winstuff.h on non-windows
platforms results in an error.
August 28, 2020, 20:22 (GMT)
UI: Improve curve grid drawing code

This patch fixes assert on grid drawing. `for` loops are used instead
of `while` loops to make sure the number of lines is exact. The old
code draws lots of unnecessary lines offscreen. This bug is fixed as
well. See the patch for a comparison without a scissor test.

Differential Revision: https://developer.blender.org/D8745
August 28, 2020, 20:09 (GMT)
Fix T80195: crash when invoking tooltips on MacOS

Problem introduced in rBadd48c007428.
`UI_but_string_info_get` can change the value of the args.
August 28, 2020, 20:09 (GMT)
tmp
August 28, 2020, 20:00 (GMT)
fixed submodules
August 28, 2020, 19:18 (GMT)
merged from master
August 28, 2020, 18:20 (GMT)
Fix compiling and warning on MSVC

Also use #pragma once instead of include guards, just like master now.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021