patch [#34103] check_for_dupid.patch

from Lawrence D'Oliveiro (ldo)

- more comments
- more uses of bool type
- define symbol for length of in_use array in check_for_dupid
This commit is contained in:
Campbell Barton
2013-03-10 05:46:24 +00:00
parent 7485724160
commit 7d585ed475
16 changed files with 184 additions and 142 deletions

View File

@@ -411,7 +411,7 @@ static PyObject *bpy_lib_exit(BPy_Library *self, PyObject *UNUSED(args))
/* append, rather than linking */
if ((self->flag & FILE_LINK) == 0) {
BKE_library_make_local(bmain, lib, 1);
BKE_library_make_local(bmain, lib, true);
}
}