From 51f2dcd08ccde78223449383b98b9f7e35062b24 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 17 Nov 2009 12:21:41 +0000 Subject: - access console languages as modules rather then having the py operator call an operator - workaround for __getattr__ existing for types that dont support it --- source/blender/makesrna/intern/rna_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_main.c') diff --git a/source/blender/makesrna/intern/rna_main.c b/source/blender/makesrna/intern/rna_main.c index 1b93f6d1056..a068dc7cb26 100644 --- a/source/blender/makesrna/intern/rna_main.c +++ b/source/blender/makesrna/intern/rna_main.c @@ -258,7 +258,7 @@ void RNA_def_main(BlenderRNA *brna) {"brushes", "Brush", "rna_Main_brush_begin", "Brushes", "Brush datablocks."}, {"worlds", "World", "rna_Main_world_begin", "Worlds", "World datablocks."}, {"groups", "Group", "rna_Main_group_begin", "Groups", "Group datablocks."}, - {"keys", "Key", "rna_Main_key_begin", "Keys", "Key datablocks."}, +/* {"keys", "Key", "rna_Main_key_begin", "Keys", "Key datablocks."}, */ {"scripts", "ID", "rna_Main_script_begin", "Scripts", "Script datablocks (DEPRECATED)."}, {"texts", "Text", "rna_Main_text_begin", "Texts", "Text datablocks."}, {"sounds", "Sound", "rna_Main_sound_begin", "Sounds", "Sound datablocks."}, -- cgit v1.2.3