Files
test/source
Jacques Lucke 4e3f455f80 Cleanup: move PointerRNA_NULL closer to type definition
This simplifies zero-initializing `PointerRNA` in structs even when
just `RNA_types.hh` is included. Previously, one had to use
`RNA_access.h` to access it. It's also `constexpr` now which can
have small performance benefits in theory.
2024-05-20 18:49:52 +02:00
..