Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton pushed to main at blender/blender 2024-10-10 09:34:36 +02:00
c9b7f22e98 Cleanup: use a structure to store edge neighbor for join triangles
e0b394f3d3 Tests: update test data based on join triangles changes
Compare 2 commits »
Campbell Barton commented on pull request blender/blender#128610 2024-10-10 08:33:53 +02:00
Modeling: add support for merging triangles with reference to topology

Thanks for the updates, committed to main.

Made some minor changes & typo corrections , only one functional change was to flush selection for edge/vertex modes as a quads vertices could be…

Campbell Barton merged pull request blender/blender#128610 2024-10-10 08:31:35 +02:00
Modeling: add support for merging triangles with reference to topology
Campbell Barton pushed to main at blender/blender 2024-10-10 08:30:39 +02:00
dc57693b0c Modeling: add support for merging triangles with reference to topology
Campbell Barton pushed to main at blender/blender-test-data 2024-10-10 08:09:50 +02:00
a719732b11 Update join triangles test file in preparation for !128610
Campbell Barton pushed to main at blender/blender 2024-10-10 03:24:57 +02:00
085d959d87 Merge branch 'blender-v4.3-release'
19aaa0f065 Merge branch 'blender-v4.3-release'
de0cfcba67 Merge branch 'blender-v4.3-release'
a762f2b664 Merge branch 'blender-v4.3-release'
f666902d17 Fix error in snap-grid check
Compare 8 commits »
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-10 03:19:03 +02:00
f666902d17 Fix error in snap-grid check
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-10 03:13:03 +02:00
dbf6960bf3 Fix error in triage module listing script
Campbell Barton commented on pull request blender/blender#128818 2024-10-10 02:35:56 +02:00
UI: Move Preference Auto Close Pairs to Text Editor

In this case I think moving preferences out of the preferences UI is a direction that should be discussed with other modules (core at a minimum ... but animation/modeling may also have input), The…

Campbell Barton commented on issue blender/blender#54687 2024-10-10 02:11:45 +02:00
Multi-Object-Mode: EditMesh Vert/Edge Slide (transform) incorrect orientation for non active objects

Confirming this is still an issue in 4.3 (4.4 beta).

Campbell Barton commented on pull request blender/blender#128818 2024-10-10 00:43:55 +02:00
UI: Move Preference Auto Close Pairs to Text Editor

I'd rather keep the preference in the preferences, otherwise this changes moves towards not having preferences in the preferences UI and makes them spread out into each editor.

They could…

Campbell Barton closed pull request blender/blender#128776 2024-10-10 00:30:56 +02:00
WIP: Fix #128766: crash dropping files with Wayland
Campbell Barton commented on pull request blender/blender#128776 2024-10-10 00:30:54 +02:00
WIP: Fix #128766: crash dropping files with Wayland

Committed 20756a07cdcebb08049412902ea6f535cc9cd626, closing.

Campbell Barton closed issue blender/blender#128486 2024-10-10 00:20:19 +02:00
Wayland: Cursor disappears while scaling
Campbell Barton commented on issue blender/blender#128486 2024-10-10 00:20:15 +02:00
Wayland: Cursor disappears while scaling

Closing since Vulkan is experimental,

Campbell Barton pushed to main at blender/blender 2024-10-10 00:17:45 +02:00
0cec2462cd Cleanup: remove redundant checks in Wayland drag & drop
Campbell Barton suggested changes for blender/blender#125651 2024-10-10 00:01:01 +02:00
Fix #125611: Add collection instance ignores scale property

While setting the scale directly works, I think the proper solution here is to add scale to CollectionAddInfo, then collection_add_info_get_from_op should set the scale via add_generic_get_opts, r_scale argument.

Campbell Barton merged pull request blender/blender#125851 2024-10-09 14:01:09 +02:00
Add: Specific BMLayerCollection element type to Python API docs