Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2008-12-09 14:29:40 +0300
committerJoshua Leung <aligorith@gmail.com>2008-12-09 14:29:40 +0300
commitb9e04c67dce1e808c06f67ec3ae43e763f67d46b (patch)
tree13194c498fc9da1197456ac03b71f9bd351c99a1 /source/blender/makesrna/intern/rna_main.c
parent13c634c7ba9d247134c39e163bd4ea18937d23bd (diff)
RNA: Start of RNA wrapping for Armatures
Wrapped most of Armature settings, but bones are not yet complete.
Diffstat (limited to 'source/blender/makesrna/intern/rna_main.c')
-rw-r--r--source/blender/makesrna/intern/rna_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_main.c b/source/blender/makesrna/intern/rna_main.c
index 3d46628b25b..b2ee9f4e12f 100644
--- a/source/blender/makesrna/intern/rna_main.c
+++ b/source/blender/makesrna/intern/rna_main.c
@@ -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}};