July 5, 2021, 14:19 (GMT) |
Nodes: Dim links whose start and end sockets are not visible. Differential Revision: https://developer.blender.org/D11813 |
July 5, 2021, 14:15 (GMT) |
Import changes from code review |
July 5, 2021, 14:10 (GMT) |
Merge branch 'master' into cycles_procedural_api |
July 5, 2021, 14:06 (GMT) |
Assets: Disable file renaming operator for Asset Browsers This operator only works with renaming files, not assets. |
July 5, 2021, 14:00 (GMT) |
Fix performance regression in Exact boolean due to exact triangulation. Went back to using Blender's polyfill for triangulation, which is much faster (time for a 3.1M face boolean went from 103s to 48s). Had to put in detection for the case that needs the exact triangulator (bug T86805), and also a fix for non-convex quads (bug T89330). |
July 5, 2021, 13:49 (GMT) |
USD skel export: check div by zero. Guarding against division by zero when normalizing joint weights. |
July 5, 2021, 13:45 (GMT) |
EditMesh: extract restore logic out of EDBM_redo_state_free Split mesh restore logic into a new function: `EDBM_redo_state_restore_and_free`. |
July 5, 2021, 13:27 (GMT) |
Merge branch 'master' into refactor-vertex-group-names |
July 5, 2021, 12:43 (GMT) |
LineArt: Fix occlusion effectiveness for culled triangles. |
July 5, 2021, 12:37 (GMT) |
LineArt: Fix occlusion effectiveness for culled triangles. |
July 5, 2021, 12:32 (GMT) |
Fix: IME input displays text after cursor before cursor When inserting text using IME on a button, the character after the cursor is displayed before the cursor. This bug seems to have occurred during the refactoring in D765. Differential Revision: https://developer.blender.org/D11072 |
July 5, 2021, 12:32 (GMT) |
Fix: IME conversion candidate window not correctly placed on macOS Blender needs to tell the input method program where the conversion candidate window is during Japanese and Chinese input. In macOS, there are displays where the window size and the native pixel size are different, so the candidate window may appear in an unnatural position. This patch converts the cursor position x and y for matching macOS window coordinate. On Windows, GHOST_GetNativePixelSize returns 1, so it has no effect. Differential Revision: https://developer.blender.org/D11696 |
July 5, 2021, 12:27 (GMT) |
Cleanup: spelling, punctuation |
July 5, 2021, 12:26 (GMT) |
Some progress |
July 5, 2021, 12:02 (GMT) |
Cleanup: remove unnecessary bmesh operator comments |
July 5, 2021, 12:02 (GMT) |
Cleanup: use 'use_' prefix for RNA booleans |
July 5, 2021, 12:02 (GMT) |
Cleanup: use const arguments |
July 5, 2021, 12:02 (GMT) |
Cleanup: move repeated assignment out of nested for loop |
July 5, 2021, 12:01 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
July 5, 2021, 11:56 (GMT) |
GPencil: Fix memory leak in trim and split functions. `dvert->dw` from old strokes are not freed properly, fixed. |
|
|
|


Master Commits
MiikaHweb | 2003-2021