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:
"RNA architecture"
"RNA/DNA"
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')
DNA is a double-stranded molecule that has a long chain of nucleotides. RNA is a single-stranded molecule which has a shorter chain of nucleotides. DNA replicates on its own, it is self-replicating. RNA does not replicate on its own.
An important property of DNA is that it can replicate, or make copies of itself. Each strand of DNA in the double helix can serve as a pattern for duplicating the sequence of bases. This is critical when cells divide because each new cell needs to have an exact copy of the DNA present in the old cell.
According to the rule of base pairing and complementarity, both nucleic acids (DNA and RNA) have the ability to direct duplications.
DNA and RNA are terms used by the Blender devs and community to refer to their system of serializing Blender state data, which is as old as Blender itself. Each .blend file includes a DNA structure, which details pretty much everything about the blend and about the version and exact copy of Blender last used to work on it. This makes Blender files highly backward-compatible, as they allow any future version of Blender to configure itself the same way an older version would have been to work with older files, and to digest the files in an extremely normalized way that can be extended version-to-version without changing the file structure.
RNA is a newer concept; think of it as a DTO for DNA. It allows pieces and sub-trees of DNA to be passed around within Blender and between Blender and its plugins (the primary language for these being Python), and is the primary way that this is done.
A short primer: http://www.blendernation.com/2008/12/01/blender-dna-rna-and-backward-compatibility/
It's specific. For example the Blender software uses those akronyms:
Blender uses a unique internal format called DNA to store and reference 3D assets. The name is an analogy to the biological term,..
[..]
RNA is a current development that comprises an important behind-the-scenes component of the 2.5 changes..
from Mastering Blender - Tony Mullen
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With