Files
test/source
Julian Eisel 6bbeac97fd Fix: RNA: Failing assert on console auto-complete
Looks like this was caused by 3de916ca25.

Steps to reproduce were:
- Switch to the Scripting workspace
- Paste:
  `C.screen.areas[5].spaces[0].rna_type.properties['show_region_asset_shelf'].`
- Press tab

The RNA property getter should always return a value, even when empty.
That's what other such getters do as well.
2025-08-11 18:27:22 +02:00
..