November 4, 2021, 11:20 (GMT) |
Fix T92501: Crash when dragging material assets over 3D View regions Issue was that the context used for dropbox handling and polling didn't match the one used for drawing the dropbox and generating the tooltip text (which would determine the material slot under the cursor, requiring context). The mismatch would happen with overlapping regions. Actually, this patch includes two fixes, each fixing the crash itself: * Store the context from handling & polling and restore it for drawing. * Correct the hovered region lookup for drawing to account for overlayed regions. Note that to properly set up context for drawing, we should also account for the operator context, which isn't done here, see https://developer.blender.org/T92501#1247581. |
November 4, 2021, 10:52 (GMT) |
Fix T92800: (UI) Radial control values get wrong color assigned The global theme state didn't get updated or unset properly when drawing overlays. Now paint cursors use the theme settings of the space they are in, while global overlays use the global fallback, which is the main 3D View region. |
November 4, 2021, 10:29 (GMT) |
November 4, 2021, 10:25 (GMT) |
Attempt fix for new lib reload/relocate tests on windows. Try splitting them into their own class. |
November 4, 2021, 09:51 (GMT) |
Merge branch 'blender-v3.0-release' |
November 4, 2021, 09:46 (GMT) |
Fix T92791: collapsed nodes scaling widget wrong with interface scale Size, position and scale of the "two-line" widget (the one to scale a node horizontally) was not taking interface scale into account. In the case of the report, it could happen it draws behind an output socket. before (at 2.0 interface scale) {F11698493} after (at 2.0 interface scale) {F11698501} Maniphest Tasks: T92791 Differential Revision: https://developer.blender.org/D13088 |
November 4, 2021, 08:11 (GMT) |
Fix T89516: Crash on append Caused by 37458798fa02, was doing a NULL-pointer dereference because it used the wrong pointer to check if the data-block is linked. |
November 4, 2021, 07:35 (GMT) |
Merge branch 'blender-v3.0-release' |
November 4, 2021, 07:33 (GMT) |
Revert "GPencil: Change default template for better contrast in header" This reverts commit 5d42ea036999a7e82dbc03947968f4ad61093d06. |
November 4, 2021, 07:10 (GMT) |
Merge branch 'blender-v3.0-release' |
November 4, 2021, 07:08 (GMT) |
Fix T92783: Light size controller doesn't update position Resolve by tagging the gizmo group map for refresh when the modal gizmo group changes. Regression in fb27a9bb983ce74b8d8f5f871cf0706dd1e25051. |
November 4, 2021, 05:39 (GMT) |
Try to fix another compile error on windows |
November 4, 2021, 04:51 (GMT) |
Merge branch 'master' into temp-abc-features |
November 4, 2021, 04:50 (GMT) |
Fix compile errors |
November 4, 2021, 03:51 (GMT) |
Merge branch 'blender-v3.0-release' |
November 4, 2021, 03:51 (GMT) |
Merge branch 'blender-v3.0-release' |
November 4, 2021, 03:51 (GMT) |
Merge branch 'blender-v3.0-release' |
November 4, 2021, 03:51 (GMT) |
Merge branch 'blender-v3.0-release' |
November 4, 2021, 03:50 (GMT) |
Cleanup: capitalize ON/OFF with CMake |
November 4, 2021, 03:49 (GMT) |
Versioning: remove use of translations when loading preferences Add note why translations can't be used while versioning. |
|
|
|


Master Commits
MiikaHweb | 2003-2021