Files
test2/source/blender/blenkernel
Hans Goudey b5082f6640 Refactor: Simplify BLI_serialize.hh for asset indexer
- Remove the unnecessary `ContainerValue` from the class hierarchy
- Construct `StringValue` with a `std::string` by value to avoid copies
- Remove some indirection by using type names directly instead of aliases
- Use utility methods to lookup/append specific data types for arrays/dicts
- Simplify conversion from unique_ptr to shared_ptr
- Avoid use of `new` and `delete`
- Avoid creating maps of all elements in vector for a single lookup
2024-03-13 14:52:57 -04:00
..
2024-02-26 19:36:10 +01:00
2024-02-29 18:52:29 +01:00
2024-02-06 22:28:10 +11:00
2023-07-04 17:03:02 +02:00
2024-03-07 16:41:25 +01:00
2023-11-27 09:30:52 +11:00
2023-08-18 08:56:12 +10:00
2024-01-11 11:01:50 -05:00