I've come across the terms "RNA" and "RNA property" in programming documentation before. Can someone explain to me what these terms mean?
Are these general programming terms that apply to many languages, or are these non-general terms? It's difficult to avoid getting search results related to biology for this, and the programming vocab sites I've been to don't have them. All I see anywhere are acronyms and no place to figure out exactly what they are because everyone who's anyone apparently already knows...
Here are some examples:
Panel properties Properties were discussed in section Properties, but we did not explain how to display custom properties in a panel. This script does exactly that. An RNA property is displayed with the syntax
layout.prop(ob, 'myRnaInt')