Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton commented on pull request blender/blender#128734 2024-10-08 03:29:46 +02:00
macOS: remove BLI_expand_tilde

@blender-bot build darwin

Campbell Barton created pull request blender/blender#128734 2024-10-08 03:29:30 +02:00
WIP: macOS: remove BLI_expand_tilde
Campbell Barton pushed to pr-remove-expand_tilde-macos at ideasman42/blender 2024-10-08 03:28:41 +02:00
ee6e0bc538 macOS: remove BLI_expand_tilde
82ab7ceba6 BLI_fileops: move home directory access to BLI_fileops
ad88aedbac Docs: note that recent files shouldn't remove files that don't load
0e8980c118 Fix: UI: Restore GP3 Join operator in menu
Compare 4 commits »
Campbell Barton created branch pr-remove-expand_tilde-macos in ideasman42/blender 2024-10-08 03:28:41 +02:00
Campbell Barton pushed to main at blender/blender 2024-10-08 03:26:48 +02:00
82ab7ceba6 BLI_fileops: move home directory access to BLI_fileops
Campbell Barton pushed to main at blender/blender-developer-docs 2024-10-08 03:12:27 +02:00
5e41c71cce Cleanup: correct macro text
Campbell Barton pushed to main at blender/blender-developer-docs 2024-10-08 03:09:33 +02:00
6d4181d5eb Cleanup: split macros & enums titles
Campbell Barton pushed to main at blender/blender-developer-docs 2024-10-08 02:53:58 +02:00
552ea7d31b Cleanup: long lines, spelling
Campbell Barton pushed to main at blender/blender 2024-10-08 02:36:45 +02:00
ad88aedbac Docs: note that recent files shouldn't remove files that don't load
Campbell Barton created pull request blender/blender#128732 2024-10-08 02:18:25 +02:00
BLI_fileops: move home directory access to BLI_fileops
Campbell Barton pushed to pr-bli-home at ideasman42/blender 2024-10-08 02:17:59 +02:00
d283611f4a BLI_fileops: move home directory access to BLI_fileops
91aa21e086 Docs: simplify the description of the select by pole count operator
c0e9184e5b Cleanup: remove white-space to satisfy license checker
2e881eacd1 Cleanup: spelling in comments
3525b83c6b Cleanup: use specific exception types where appropriate
Compare 10 commits »
Campbell Barton created branch pr-bli-home in ideasman42/blender 2024-10-08 02:17:58 +02:00
Campbell Barton closed pull request blender/blender#128628 2024-10-08 01:52:54 +02:00
Fix invalid PyDoc format bpy.ops.mesh.select_by_pole_count
Campbell Barton commented on pull request blender/blender#128628 2024-10-08 01:52:51 +02:00
Fix invalid PyDoc format bpy.ops.mesh.select_by_pole_count

Thanks for the PR, but I found the description a bit too verbose. Committed a shorter version instead. 91aa21e0867840adc751ec31a845d7533040bb98

Campbell Barton pushed to main at blender/blender 2024-10-08 01:52:42 +02:00
91aa21e086 Docs: simplify the description of the select by pole count operator
c0e9184e5b Cleanup: remove white-space to satisfy license checker
Compare 2 commits »
Campbell Barton commented on pull request blender/blender#128610 2024-10-08 01:46:51 +02:00
Modeling: add support for merging triangles with reference to topology

This option seems unrelated to other changes in this PR.

Campbell Barton commented on pull request blender/blender#128610 2024-10-08 01:46:50 +02:00
Modeling: add support for merging triangles with reference to topology

Use INT_MAX (for other instances too).

Campbell Barton commented on pull request blender/blender#128610 2024-10-08 01:46:49 +02:00
Modeling: add support for merging triangles with reference to topology

flipped check, do you have asserts enabled?