October 19, 2020, 16:15 (GMT) |
Spelling: Loose Versus Lose Corrects incorrect usages of the word 'loose' when 'lose' was required. Differential Revision: https://developer.blender.org/D9243 Reviewed by Campbell Barton |
October 19, 2020, 16:11 (GMT) |
Spelling: Miscellaneous Corrects 34 miscellaneous misspelled words. Differential Revision: https://developer.blender.org/D9248 Reviewed by Campbell Barton |
October 19, 2020, 15:59 (GMT) |
Merge branch 'master' into xr-actions-D9124 |
October 19, 2020, 15:55 (GMT) |
Fix build error with WITH_CYCLES_NATIVE_ONLY and AVX tests on macOS Only build avx/avx2 unit tests if supported by the compiler and WITH_CYCLES_NATIVE_ONLY is off, otherwise the appropriate compiler flags are not available. |
October 19, 2020, 15:52 (GMT) |
XR: Add input threshold for float actions Fixes button release events not being sent due to non-zero state. |
October 19, 2020, 15:48 (GMT) |
XR: Support basic transform operators Uses same invoke_3d / modal_3d approach as select operators. |
October 19, 2020, 15:43 (GMT) |
Spelling: Then Versus Than Corrects incorrect usages of the words 'then' and 'than'. Differential Revision: https://developer.blender.org/D9246 Reviewed by Campbell Barton |
October 19, 2020, 15:12 (GMT) |
Spelling: It's Versus Its Corrects incorrect usage of contraction for 'it is', when possessive 'its' was required. Differential Revision: https://developer.blender.org/D9250 Reviewed by Campbell Barton |
October 19, 2020, 14:19 (GMT) |
Fix use of uninitialized variable |
October 19, 2020, 14:17 (GMT) |
Cleanup: Use BLI string functions It's better not to assume that strings passed as arguments will have the proper size. |
October 19, 2020, 13:53 (GMT) |
Merge branch 'master' into greasepencil-object |
October 19, 2020, 13:53 (GMT) |
Merge branch 'master' into greasepencil-edit-curve Conflicts: source/blender/blenloader/intern/versioning_290.c |
October 19, 2020, 13:38 (GMT) |
Cleanup: Missing parentheses around macro in versioning Although the `ELEM` macro wraps logic into parentheses, it's not intended to be used that way. Unexpanded macros should still follow regular coding style for readability and for tools parsing the code (it confused clang-format for example). |
October 19, 2020, 13:17 (GMT) |
Cmake/macOS: strictly disallow searching in frameworks This is a stricter version of the change made in {rBbb872b25f219d1a9bc2446228b6dc} Cmake must never look into Frameworks when the system library guards (`without_system_libs_begin`/`without_system_libs_end`) are present. OpenAL didn't follow this and OpenAL.framework in Xcode would be used. The Cmake's `FindOpenAL.cmake` looks for both library (in this case, the .framework file), and include dir. Precompiled libraries don't contain the former. So `find_package` cannot be used, or it becomes the hack that {rBb2c707747da9} removed. So hardcode the include dir path, and other variables. Reviewed By: brecht Differential Revision: https://developer.blender.org/D9267 |
October 19, 2020, 13:09 (GMT) |
October 19, 2020, 13:01 (GMT) |
Fix T81484: Weight/Vertex paint with mirror and viewport clipping does not update stroke on initial side Issue introduced in rB4f616c93f7cb. Issue here is that the the `StrokeCache` `mirror_symmetry_pass` is still in its previous state when entering `wpaint_do_symmetrical_brush_actions`. For the initial stroke this means that the (wrong) cache `mirror_symmetry_pass` ends up in SculptBrushTest `mirror_symmetry_pass` as well and thus the clipping test in `sculpt_brush_test_clipping` will fail. [ This one flips the coords to test against clipping according to (now wrong) `mirror_symmetry_pass` ] Solution seems simple: just ensure we start of with a `mirror_symmetry_pass` of zero in `wpaint_do_symmetrical_brush_actions` for the initial stroke. Same thing is done for vertex paint as well. Maniphest Tasks: T81484 Differential Revision: https://developer.blender.org/D9268 |
Revision 5057842 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 19, 2020, 12:39 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp |
Revision 6c54cda by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 19, 2020, 12:38 (GMT) |
LineArt: Limit near-by bounding area look up to only one level. |
Revision d142b56 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 19, 2020, 12:25 (GMT) |
LineArt: Chaning lookup in near by bounding areas. |
Revision 624bb6c by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 19, 2020, 12:22 (GMT) |
LineArt: Fuzzy logic fix. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021