Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-23 06:52:58 +02:00
21457db162 Cleanup: remove deprecated typing use for extensions utility
Campbell Barton commented on issue blender/blender#129230 2024-10-23 06:17:36 +02:00
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…
Campbell Barton closed issue blender/blender#125582 2024-10-23 05:02:50 +02:00
import extension as module no longer works without sys.path modification
Campbell Barton commented on issue blender/blender#125582 2024-10-23 05:02:46 +02:00
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.

Campbell Barton pushed to main at blender/blender 2024-10-23 04:19:39 +02:00
cfc645901f Cleanup: use type hints for discover_nodes.py
Campbell Barton pushed to main at blender/blender 2024-10-23 04:15:22 +02:00
4a69ede005 Cleanup: spelling in strings
7b87c160f8 Cleanup: spelling in comments
Compare 2 commits »
Campbell Barton commented on pull request blender/blender#129303 2024-10-23 03:54:16 +02:00
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.

Campbell Barton merged pull request blender/blender#129303 2024-10-23 03:50:09 +02:00
Fix #129302: GIL not released if poll_message_set was passed a string
Campbell Barton pushed to main at blender/blender 2024-10-23 03:49:28 +02:00
a0453ab87a Cleanup: update use of typing in for Python scripts
Campbell Barton closed pull request blender/blender#129337 2024-10-23 03:49:17 +02:00
WIP: Cleanup: update use of typing for tools
Campbell Barton pushed to main at blender/blender 2024-10-23 03:47:29 +02:00
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"
Compare 4 commits »
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-23 03:40:02 +02:00
17c32d1bcd AUTHORS: add 1 new author
7cacd0da46 Cleanup: suppress unknown source files from "make check_cmake"
Compare 2 commits »
Campbell Barton pushed to main at blender/blender 2024-10-23 03:31:38 +02:00
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
Compare 6 commits »
Campbell Barton closed issue blender/blender#129302 2024-10-23 03:31:36 +02:00
Blender can deadlock if Operator.poll_message_set was called with a string
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-23 03:29:43 +02:00
d1c82cc537 Cleanup: spelling in comments
1d286a1b93 Fix #129302: GIL not released if poll_message_set was passed a string
Compare 2 commits »
Campbell Barton commented on pull request blender/blender#129337 2024-10-23 02:49:30 +02:00
WIP: Cleanup: update use of typing for tools
Campbell Barton pushed to pr-typing-update at ideasman42/blender 2024-10-23 02:49:16 +02:00
0c27433e9f Cleanup: update use of typing in for Python scripts
Campbell Barton commented on pull request blender/blender#129337 2024-10-23 02:30:59 +02:00
WIP: Cleanup: update use of typing for tools
Campbell Barton created pull request blender/blender#129337 2024-10-23 02:28:41 +02:00
WIP: Cleanup: update use of typing for tools
Campbell Barton created branch pr-typing-update in ideasman42/blender 2024-10-23 02:28:07 +02:00