Block a user
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
Campbell Barton
created branch pr-remove-expand_tilde-macos in ideasman42/blender
2024-10-08 03:28:41 +02:00
BLI_fileops: move home directory access to BLI_fileops
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
Fix invalid PyDoc format bpy.ops.mesh.select_by_pole_count
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
91aa21e086
Docs: simplify the description of the select by pole count operator
c0e9184e5b
Cleanup: remove white-space to satisfy license checker
Modeling: add support for merging triangles with reference to topology
This option seems unrelated to other changes in this PR.
Modeling: add support for merging triangles with reference to topology
Use INT_MAX
(for other instances too).
Modeling: add support for merging triangles with reference to topology
flipped check, do you have asserts enabled?