Post #5673: Thank you for the great update with 1.19.1. A bunch of things are now working in
📋 Metadata
- Author: taa1
- Date: 2025-12-08 18:29:30
- Type:
bug_report - Quality Score: 8/10
- Replies (1): post_05677
🏷️ Tags
v1-19-x popup-dialog hotkeys intermediate unsolved
⚙️ Related PME Features
- Hotkey Configuration
- Popup Dialog Editor
- sidearea_toggle operation
💬 Content
Thank you for the great update with 1.19.1. A bunch of things are now working in Blender 4.5 portable which did not before. However, there seems to be a strange bug that happens if the Blender window is not full screen and the set width of the sidearea toggle is larger than the available space to expand.
To replicate:
1: launch the asset browser with a hotkey using bpy.ops.pme.sidearea_toggle(area=‘ASSETS’’, side=‘LEFT’, main_area=‘VIEW_3D’, width=2000)
2: change the opened AB area to geometry nodes with the dropdown in the top left corner.
3: press the AB hotkey again.
This causes the viewport to split into 5 areas (instead of the default 3) and fills 3 of them with an AB area and makes it difficult to restore what was there originally. If the Blender window is maximized or there is more than 2000px available, the issue does not happen.
❤️ 2 likes