RNA: Start of RNA wrapping for Armatures

Wrapped most of Armature settings, but bones are not yet complete.
This commit is contained in:
2008-12-09 11:29:40 +00:00
parent 13c634c7ba
commit b9e04c67dc
7 changed files with 201 additions and 8 deletions

View File

@@ -245,7 +245,7 @@ void RNA_def_main(BlenderRNA *brna)
{"scripts", "ID", "rna_Main_script_begin", "Scripts", "Script datablocks."},
{"texts", "ID", "rna_Main_text_begin", "Texts", "Text datablocks."},
{"sounds", "ID", "rna_Main_sound_begin", "Sounds", "Sound datablocks."},
{"armatures", "ID", "rna_Main_armature_begin", "Armatures", "Armature datablocks."},
{"armatures", "Armature", "rna_Main_armature_begin", "Armatures", "Armature datablocks."},
{"actions", "ID", "rna_Main_action_begin", "Actions", "Action datablocks."},
{"particles", "ID", "rna_Main_particle_begin", "Particles", "Particle datablocks."},
{NULL, NULL, NULL, NULL, NULL}};