Code cleanup: file operations merged into single header, some function names
made less cryptic and changed to indicate if they work on files or directories.
This commit is contained in:
@@ -674,7 +674,7 @@ int BPY_context_member_get(bContext *C, const char *member, bContextDataResult *
|
||||
|
||||
|
||||
#ifdef WITH_PYTHON_MODULE
|
||||
#include "BLI_storage.h"
|
||||
#include "BLI_fileops.h"
|
||||
/* TODO, reloading the module isnt functional at the moment. */
|
||||
|
||||
static void bpy_module_free(void *mod);
|
||||
|
Reference in New Issue
Block a user