Block a user
Slow Cursor movement during transformation on WAYLAND with scale > 100%
Tested with, KDE 6.2.1, 2x monitors (2160 x 3840), at 200%.
I'm unable to redo the slow performance.
Some additional things to check:
- Does the performance problem occur when running…
import extension as module no longer works without sys.path modification
import extension as module no longer works without sys.path modification
Extensions have been made into sub-modules so importing directly no longer works. Closing.
4a69ede005
Cleanup: spelling in strings
7b87c160f8
Cleanup: spelling in comments
Fix #129302: GIL not released if poll_message_set was passed a string
Thanks for the fix, committed 1d286a1b93d34c758565d3c292ec9e4aee05f89f, keeping the GIL release at the end. While both are correct, I'd prefer not to return between GIL Ensure/Release in most cases.
Fix #129302: GIL not released if poll_message_set was passed a string
WIP: Cleanup: update use of typing for tools
39b9863cca
Merge branch 'blender-v4.3-release'
3a73505569
Merge branch 'blender-v4.3-release'
17c32d1bcd
AUTHORS: add 1 new author
7cacd0da46
Cleanup: suppress unknown source files from "make check_cmake"
17c32d1bcd
AUTHORS: add 1 new author
7cacd0da46
Cleanup: suppress unknown source files from "make check_cmake"
68b1fe3986
Merge branch 'blender-v4.3-release'
6dedfe15f8
Merge branch 'blender-v4.3-release'
1d1da80c08
Merge branch 'blender-v4.3-release'
d1c82cc537
Cleanup: spelling in comments
1d286a1b93
Fix #129302: GIL not released if poll_message_set was passed a string
Blender can deadlock if
Operator.poll_message_set
was called with a string
d1c82cc537
Cleanup: spelling in comments
1d286a1b93
Fix #129302: GIL not released if poll_message_set was passed a string
WIP: Cleanup: update use of typing for tools