Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton commented on pull request blender/blender#128493 2024-10-05 02:10:05 +02:00
Modeling: Support selecting elements by pole count

Incidentally this PR prompted a more general cleanup: 093a3abbd42d978dec25d9255b5e08cfd2a0c6fd As some of the issues mentioned in review were found in other operators.

Campbell Barton commented on pull request blender/blender#128033 2024-10-05 02:05:27 +02:00
Fix #128018: BMesh: Single vert selection history for box/circle/lasso

Indeed, there is such kind of a problem in software that set box selection by default - workflow-wise box selection blocks picking actions, delimiting them by threshold, and thresholds is not…

Campbell Barton commented on pull request blender/blender#128493 2024-10-04 09:53:45 +02:00
Modeling: Support selecting elements by pole count

Committed to main, made some minor changes, skip hidden vertices & replace magic numbers with the enum ID's.

Campbell Barton pushed to main at blender/blender 2024-10-04 09:52:18 +02:00
7fcf043f60 Merge branch 'blender-v4.3-release'
4b6ebc9579 Fix error with select non-manifold when a mesh is in face-mode
Compare 2 commits »
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-04 09:49:26 +02:00
4b6ebc9579 Fix error with select non-manifold when a mesh is in face-mode
Campbell Barton pushed to main at blender/blender 2024-10-04 08:52:04 +02:00
093a3abbd4 Cleanup: various minor changes to edit-mesh selection
Campbell Barton pushed to main at blender/blender 2024-10-04 07:56:43 +02:00
223ec5980c Cleanup: quiet unused variable warning
Campbell Barton merged pull request blender/blender#128493 2024-10-04 07:48:49 +02:00
Modeling: Support selecting elements by pole count
Campbell Barton pushed to main at blender/blender 2024-10-04 07:48:19 +02:00
51eb5e2803 Edit Mesh: add an operator to select by pole count
Campbell Barton commented on issue blender/blender#114208 2024-10-04 07:03:38 +02:00
IME does not work for text scripting with Wayland

Please check if 528bd239f029125fb0deee3f124d55b80f90b8a1 resolves the issue (4.4x daily build).

Campbell Barton commented on issue blender/blender#87578 2024-10-04 07:03:13 +02:00
Cannot use Chinese input or Japanese input

Please check if 528bd239f029125fb0deee3f124d55b80f90b8a1 resolves the issue (4.3x daily build).

Campbell Barton commented on pull request blender/blender#127824 2024-10-04 07:00:45 +02:00
Fix: wayland text input is broken (can not switch input method)

Somewhat disappointing to have testbuilds available and not a single people who reported issues to test them...

@ideasman42 what do you say, should we just merge the PR in main and see if…

Campbell Barton merged pull request blender/blender#127824 2024-10-04 06:59:29 +02:00
Fix: wayland text input is broken (can not switch input method)
Campbell Barton pushed to main at blender/blender 2024-10-04 06:59:02 +02:00
528bd239f0 Fix #114210: IME fails with WLROOTS based WAYLAND compositors
Campbell Barton closed issue blender/blender#114210 2024-10-04 06:59:00 +02:00
IME does not work properly on a wlroots based wayland compositor
Campbell Barton pushed to main at blender/blender 2024-10-04 06:50:44 +02:00
b83d4558bf Merge branch 'blender-v4.3-release'
e03214f424 Cleanup: use doxy code-command
Compare 2 commits »
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-04 06:48:45 +02:00
e03214f424 Cleanup: use doxy code-command
Campbell Barton commented on issue blender/blender#128570 2024-10-04 06:39:42 +02:00
Viewer node leaks memory

The leak is caused by multiple threads running image_partial_update_register_ensure without any locks.

@Jeroen-Bakker attached a test patch which uses an existing lock make the logic…

Campbell Barton opened issue blender/blender#128570 2024-10-04 06:30:23 +02:00
Viewer node leaks memory
Campbell Barton created pull request blender/blender#128568 2024-10-04 05:41:04 +02:00
Fix #128567: file selector automatically creates paths & warns