Block a user
Marco-Rotili
created branch bug/129629-cash-apply-modifier-all-keyframes in Marco-Rotili/blender
2024-11-02 21:18:14 +01:00
Marco-Rotili
pushed to bug/129629-cash-apply-modifier-all-keyframes at Marco-Rotili/blender
2024-11-02 21:18:14 +01:00
a28f70e9f6
Fix #129629: Crash when applying Geometry Nodes modifier on all keyframes on a Grease Pencil object
8151105e24
Fix #129645: Sculpt color attribute popover never active
a859ed1130
Fix: All asset library not refreshed as available libraries change
a641001207
Fix: UI previews don't refresh outside of properties editor
37e35147d8
Fix: PanelType unregister potential use-after-free
Fix #129178: Opening the context menu on a numeric input shows the wrong cursor
Mouse input number cursor is still visible whe opening input menu
After investigating a little bit more, I noticed that the edge between the windows doesn't have the same issue.
It looks like ui_numedit_set_active
is using WM_cursor_modal_set
while it…
Mouse input number cursor is still visible whe opening input menu
Hi, I'm new to Blender and tried to fix this. A naive fix would be to call WM_cursor_modal_set
inside of ui_popup_handler
. This will reset the cursor to the default one. However, I'm not sure…