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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user