Block a user
Fix #128567: file selector automatically creates paths & warns
Fix #128567: file selector automatically creates paths & warns
Committed ea2d27cf84d4f6ca0b61f174cac9cfc00656a50f
Modeling: add support for merging triangles with reference to topology
This seems over paranoid - many arguments are assumed to be never-null, asserts are mainly to raise an error for situations that would otherwise silently succeed. Or, to catch errors early that would cause difficult to debug crashes later on.
Modeling: add support for merging triangles with reference to topology
picky, use bold for emphasis e.g. *solely*
, applies to other terms in code-comments too.
Modeling: add support for merging triangles with reference to topology
Can be replaced with maceo: UNUSED_VARS(s);
then the comment isn't needed.
Modeling: add support for merging triangles with reference to topology
The input will never be null, so this can be replaced with an assert.
Modeling: add support for merging triangles with reference to topology
May as well use doxy formatted comments for all members /** ... */
.
WIP: Various fixes for HOME access
c1f18be1ba
Merge branch 'blender-v4.3-release'
9cda82f3f9
Merge branch 'blender-v4.3-release'
f36b303a75
Merge branch 'blender-v4.3-release'
a5f121149d
Merge branch 'blender-v4.3-release'
6039cb17e6
Unix: use getpwuid() to access home when the variable/tilde expand fails
6039cb17e6
Unix: use getpwuid() to access home when the variable/tilde expand fails
1e9206238e
Fix crash if expanding the fonts directory fails
ff9d9711d7
Fix crash using "~" in the file selector when the "home" is null
e0f036f8f3
Fix inconsistency between *BKE_appdir_folder_{home/default} on macOS
7afaf2e65b
Unix: use getpwuid() to access home when the variable/tilde expand fails
f6322e946d
Fix crash if expanding the fonts directory fails
73351d13ef
Fix crash using "~" in the file selector when the "home" is null
a4ba0c1e17
Fix inconsistency between *BKE_appdir_folder_{home/default} on macOS
61ea50e9c8
UI: don't resolve
//
in the file selector for unsaved blend files
61ea50e9c8
UI: don't resolve
//
in the file selector for unsaved blend files
6df7656fca
Cleanup: remove redundant call to BLI_path_abs, reduce variable scope
16b839dd5f
Docs: expand comments for file selector logic
13fdf34e57
Cleanup: early return from file-selector handlers
WIP: Various fixes for HOME access
bf54137aeb
Unix: use getpwuid() to access home when the variable/tilde expand fails
0bf16e92b2
Fix crash if expanding the fonts directory fails
d0f24b8506
Fix crash using "~" in the file selector when the "home" is null
abf7ad995f
Fix inconsistency between *BKE_appdir_folder_{home/default} on macOS
eb09bf0972
UI: don't resolve
//
in the file selector for unsaved blend files