Blender
V3.3
|
#include <BKE_bpath.h>
Public Attributes | |
struct Main * | bmain |
BPathForeachPathFunctionCallback | callback_function |
eBPathForeachFlag | flag |
void * | user_data |
const char * | absolute_base_path |
Storage for common data needed across the BPath 'foreach_path' code.
Definition at line 74 of file BKE_bpath.h.
const char* BPathForeachPathData::absolute_base_path |
The root to use as base for relative paths. Only set if BKE_BPATH_FOREACH_PATH_ABSOLUTE
flag is set, NULL otherwise.
Definition at line 86 of file BKE_bpath.h.
Referenced by BKE_bpath_foreach_path_allocated_process(), BKE_bpath_foreach_path_dirfile_fixed_process(), BKE_bpath_foreach_path_fixed_process(), and BKE_bpath_foreach_path_id().
struct Main* BPathForeachPathData::bmain |
Definition at line 75 of file BKE_bpath.h.
Referenced by BKE_bpath_foreach_path_id(), BKE_bpath_foreach_path_main(), image_foreach_path(), and library_foreach_path().
BPathForeachPathFunctionCallback BPathForeachPathData::callback_function |
Definition at line 77 of file BKE_bpath.h.
Referenced by BKE_bpath_foreach_path_allocated_process(), BKE_bpath_foreach_path_dirfile_fixed_process(), and BKE_bpath_foreach_path_fixed_process().
eBPathForeachFlag BPathForeachPathData::flag |
Definition at line 78 of file BKE_bpath.h.
Referenced by BKE_bpath_foreach_path_id(), image_foreach_path(), seq_foreach_path_callback(), sound_foreach_path(), vfont_foreach_path(), and volume_foreach_path().
void* BPathForeachPathData::user_data |
Definition at line 80 of file BKE_bpath.h.
Referenced by absolute_convert_foreach_path_cb(), bpath_list_append(), bpath_list_restore(), bpy_blend_foreach_path_cb(), check_missing_files_foreach_path_cb(), external_file_check_callback(), lib_id_library_local_paths_callback(), missing_files_find_foreach_path_cb(), relative_convert_foreach_path_cb(), and relative_rebase_foreach_path_cb().