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:
authorCampbell Barton <ideasman42@gmail.com>2014-01-29 00:30:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-29 00:31:54 +0400
commitae46e8a6982c5c5a9b79dcd1d4f57b84c40e2d91 (patch)
treeba1dfedf70273d12b624b799f7afc1102ae9f02c /source/blender/makesrna/intern/makesrna.c
parent5643c29fbeacf699b47e84b4d2abc9f20b23cb7c (diff)
RNA: add rna_space_api.c for space functions
Diffstat (limited to 'source/blender/makesrna/intern/makesrna.c')
-rw-r--r--source/blender/makesrna/intern/makesrna.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/makesrna.c b/source/blender/makesrna/intern/makesrna.c
index 160de41e526..f1ecb8ddf1e 100644
--- a/source/blender/makesrna/intern/makesrna.c
+++ b/source/blender/makesrna/intern/makesrna.c
@@ -3276,7 +3276,7 @@ static RNAProcessItem PROCESS_ITEMS[] = {
{"rna_sensor.c", "rna_sensor_api.c", RNA_def_sensor},
{"rna_sequencer.c", "rna_sequencer_api.c", RNA_def_sequencer},
{"rna_smoke.c", NULL, RNA_def_smoke},
- {"rna_space.c", NULL, RNA_def_space},
+ {"rna_space.c", "rna_space_api.c", RNA_def_space},
{"rna_speaker.c", NULL, RNA_def_speaker},
{"rna_test.c", NULL, RNA_def_test},
{"rna_text.c", "rna_text_api.c", RNA_def_text},