Files
test/source/blender/blenkernel
Bastien Montagne f8541337bb IDType: Refactor some 'conversion' helpers.
Use IDTypeInfo data as much as possible, to avoid too many functions
`switch`ing over all ID type values.

Now only `BKE_idtype_idcode_to_index` and `BKE_idtype_idfilter_to_index`
do that, all others are using one of the above to retrieve the valid
IDTypeInfo and return data from it.

Also tweaked some namings to make them more consistent.

No behavioral changes expected here.
2024-02-15 19:45:10 +01:00
..
2024-01-15 12:44:14 -05:00
2024-01-03 13:38:14 +01:00
2024-02-06 22:28:10 +11:00
2024-01-03 13:38:14 +01:00
2023-07-04 17:03:02 +02:00
2024-02-15 10:16:32 +01:00
2023-11-27 09:30:52 +11:00
2024-01-19 12:08:48 -05:00
2024-01-15 12:44:14 -05:00
2023-08-18 08:56:12 +10:00
2024-01-11 11:01:50 -05:00