2.5 compiles again with scons. Commented out some lines referring to code in the missing file rna_context.c

This commit is contained in:
2009-03-20 03:32:56 +00:00
parent 1b94cb752c
commit bcddeaa699
3 changed files with 3 additions and 3 deletions

View File

@@ -642,7 +642,7 @@ static PyObject *pyrna_struct_getattro( BPy_StructRNA * self, PyObject *pyname )
if (prop) {
ret = pyrna_prop_to_py(&self->ptr, prop);
}
else if (self->ptr.type == &RNA_Context) {
else if (/*self->ptr.type == &RNA_Context*/0) {
PointerRNA newptr;
ListBase newlb;