Added note about RNA and DNA in README.md
This commit is contained in:
parent
40c27641e5
commit
910945e44d
@ -99,3 +99,8 @@ open Blender itself. Here is an example showing how to determine the render engi
|
|||||||
|
|
||||||
json.dump(render_info, sys.stdout, indent=4, sort_keys=True)
|
json.dump(render_info, sys.stdout, indent=4, sort_keys=True)
|
||||||
print()
|
print()
|
||||||
|
|
||||||
|
To understand the naming of the properties, look at Blender's `DNA_xxxx.h` files with struct
|
||||||
|
definitions. It is those names that are accessed via `blender_asset_tracer.blendfile`. The
|
||||||
|
mapping to the names accessible in Blender's Python interface can be found in the `rna_yyyy.c`
|
||||||
|
files.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user