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 |
Revision 00eee50 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) 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 |
Revision 5f4be7f by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 29, 2020, 04:24 (GMT) |
LineArt: Better desctiption for enable linked objects |
Revision 60881cf by Bastien Montagne / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) 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. |
Revision 954c79f by Campbell Barton / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 29, 2020, 04:24 (GMT) |
Revision a55c383 by Campbell Barton / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 29, 2020, 04:24 (GMT) |
Cleanup: use doxy sections in interface_panels.c |
Revision b51ebc6 by Campbell Barton / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 29, 2020, 04:24 (GMT) |
Cleanup: spelling |
Revision 64438d6 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) 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. |
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. |
August 28, 2020, 21:20 (GMT) |
Clang Tidy: Fix readability-delete-null-pointer warning |
August 28, 2020, 21:12 (GMT) |
Clang Tidy: Fix no lint marker placement There was a line between the NOLINTNEXTLINE marker and the function. |
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. |
|
|
|


Master Commits
MiikaHweb | 2003-2021