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>2009-03-20 06:32:56 +0300
committerJoshua Leung <aligorith@gmail.com>2009-03-20 06:32:56 +0300
commitbcddeaa6999b144f94c5724a98105903e817c59b (patch)
tree82032ea5a9afcc2c7c4f67a7babbb0ce7af49ae2 /source/blender/makesrna/intern/makesrna.c
parent1b94cb752ca18aac122b444261e76dc63022f99f (diff)
2.5 compiles again with scons. Commented out some lines referring to code in the missing file rna_context.c
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 76f045464dd..f2fa538439f 100644
--- a/source/blender/makesrna/intern/makesrna.c
+++ b/source/blender/makesrna/intern/makesrna.c
@@ -1415,7 +1415,7 @@ RNAProcessItem PROCESS_ITEMS[]= {
{"rna_cloth.c", RNA_def_cloth},
{"rna_color.c", RNA_def_color},
{"rna_constraint.c", RNA_def_constraint},
- {"rna_context.c", RNA_def_context},
+ //XXX MISSING FILE! {"rna_context.c", RNA_def_context},
{"rna_controller.c", RNA_def_controller},
{"rna_curve.c", RNA_def_curve},
{"rna_fluidsim.c", RNA_def_fluidsim},