Revision b9d063a by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 27, 2020, 04:58 (GMT) |
LineArt: Reliable line type determination. |
Revision 7cc23f3 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 27, 2020, 03:38 (GMT) |
LineArt: Better logic for usage flags. |
Revision 2ed35a9 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 27, 2020, 03:02 (GMT) |
LineArt: Collection "no intersection" flag |
Revision cb39e28 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 27, 2020, 02:45 (GMT) |
LineArt: Object "No Intersection" flag. |
Revision 94c0d3a by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 26, 2020, 23:56 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp |
September 26, 2020, 20:04 (GMT) |
Sculpt: Line gestures and Mask Line tool This adds support for line gesture to SculptGestureContext and implements a Mask Line tool, which affects everything to the right of a plane defined by the straightline gesture. For this to work, a new WM_gesture_straightline_oneshot_modal is needed which only runs exec when the gesture is over. Added as experimental as it does not have icon. Reviewed By: Severin Differential Revision: https://developer.blender.org/D8722 |
September 26, 2020, 19:58 (GMT) |
Fix Face Set overlay rendering wrong color with modifiers face_set_color_default was not copied when copying meshes, so when extracting the colors in the draw cache it was using a wrong default color ID. Reviewed By: sergey Differential Revision: https://developer.blender.org/D8957 |
September 26, 2020, 17:47 (GMT) |
Revert "Generate Xcode scheme files during configuration." This reverts commit 5eb5978043c8e7036e15572e. The change was problematic: *Advanced users may prefer managing schemes manually and adding only a few that they need, instead of one for every library/executable Blender builds. *If CMake creates schema files, it overwrites the changes a developer made every time CMake is run. If Xcode creates scheme files, it keeps settings/ environment variables intact. If someone runs CMake very frequently, pass `-DCMAKE_XCODE_GENERATE_SCHEME=ON` to `cmake` while configuring. |
September 26, 2020, 17:47 (GMT) |
Cleanup: CMake config: set options in alphabetical older No functional change. |
September 26, 2020, 17:43 (GMT) |
CMake: Remove duplicate WITH_GMP options. I didn't realize there were more duplicates while committing {rBf1fee433be92}. Original was added in {rB83f8223543f58c3b0881a03b6e9ddffff91}. Duplicate was added in the merge {rB9e09b5c418c0a436e3c84ccf}. Ref D8822 |
September 26, 2020, 17:42 (GMT) |
macOS: Remove ASan debug flags from release config. Setting `PLATFORM_LINKLIBS` is not required for clang, compiler and linker flags are enough. Note that the change made in {rBa4c5811e2127}) to `platform_apple.cmake` (appending to `PLATFORM_CFLAGS`) has not been reverted. platform file shouldn't be overwriting the flags. `PLATFORM_LINKFLAGS` is overwritten by `platform_apple.cmake`, so no point in setting it. Fixing that like `PLATFORM_CFLAGS` is out of the scope of this change. `PLATFORM_LINKFLAGS_DEBUG` has been replaced with generator expression to include RelWithDebInfo and MinSizeRel build types also. |
September 26, 2020, 17:25 (GMT) |
September 26, 2020, 17:22 (GMT) |
further cleanup, remove unnecessary friends from Mesh |
September 26, 2020, 15:22 (GMT) |
Fix T81205: Grease pencil material slots don't auto-erase void slots above the first material |
September 26, 2020, 07:23 (GMT) |
Fix T81168: 2.8x Crash when loading 2.79 file. Object in the 2.7x file is on no layer at all, while this is not really expected nor considered valid, better to cope with the case gracefully than crash. To be backported to 2.90 and 2.83. |
September 25, 2020, 20:54 (GMT) |
Cleanup: Use canonical variable name |
September 25, 2020, 20:51 (GMT) |
Cleanup: Decrease indentation by returning early Where the if statement was just a check for an error or an unhandled condition and there are no else statements, the rest of the function doesn't need to be indented. |
September 25, 2020, 19:58 (GMT) |
Cleanup: Declare variables where initialized, lower scope Also use "r_" prefix for return arguments in a few places. |
September 25, 2020, 18:17 (GMT) |
Fix Tests for Weld Modifier with KD-Tree Fixes the failing tests and reintroduces the KD-Tree solution. Reviewed By: mano-wii Differential Revision: https://developer.blender.org/D9013 |
September 25, 2020, 17:11 (GMT) |
LibOverride: Cleanup: reserve debug messages to debug builds. |
|
|
|


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