Files
test2/source/blender
Bastien Montagne 976a0ff691 RNA code cleanup: Fix wrong usages of rna_idproperty_check().
This function is more expansive than the simpler `rna_ensure_property()`
one, and should only be used when IDProperty data is actually needed.

If one only needs to ensure it has a valid PropertyRNA pointer,
`rna_ensure_property()` is much more efficient.

Also add compiler warnings when results of those functions are unused,
this should never be the case.
2020-07-13 12:51:29 +02:00
..
2020-03-19 21:55:17 +01:00
2020-07-10 16:04:09 +10:00
2020-07-13 10:40:05 +02:00