Files
test/source/blender/blenkernel
Campbell Barton f30434ac99 BLI_string_utils: BLI_uniquename no longer accepts NULL defname
A NULL defname would early exit (doing nothing) this isn't good behavior
as this function should always make the name unique and a NULL defname
is likely an error in the code which would allow duplicate names.
This is also inconsistent with BLI_uniquename_cb which always
wrote the defname into the name if it was empty.

Mark this argument as never-NULL.
2023-05-03 11:25:30 +10:00
..
2022-11-12 18:33:31 +01:00
2023-05-02 13:07:48 +02:00
2023-04-05 14:39:51 +10:00
2023-03-13 11:57:03 +01:00
2023-04-26 16:14:07 +10:00
2022-10-05 13:48:01 -05:00
2023-03-03 10:09:20 +11:00
2023-04-13 13:13:56 +10:00
2023-04-12 11:24:10 +10:00
2023-04-05 15:30:32 +02:00
2023-04-21 19:08:44 +02:00