* added rna_world with porperties of two first panel in the current UI

This commit is contained in:
2008-11-30 22:48:43 +00:00
parent cfa5c7c396
commit e66fff7906
6 changed files with 151 additions and 2 deletions

View File

@@ -897,7 +897,8 @@ RNAProcessItem PROCESS_ITEMS[]= {
{"rna_scene.c", RNA_def_scene},
{"rna_screen.c", RNA_def_screen},
{"rna_sensor.c", RNA_def_sensor},
{"rna_wm.c", RNA_def_wm},
{"rna_wm.c", RNA_def_wm},
{"rna_world.c", RNA_def_world},
{NULL, NULL}};
static int rna_preprocess(char *basedirectory, FILE *f)