|
Blender V4.3
|
#include "BKE_blender.hh"#include "BKE_preferences.h"#include "BLI_path_utils.hh"#include "BLI_string_ref.hh"#include "DNA_asset_types.h"#include "DNA_userdef_types.h"#include "CLG_log.h"#include "AS_asset_library.hh"#include "AS_essentials_library.hh"#include "asset_library_all.hh"#include "asset_library_essentials.hh"#include "asset_library_from_preferences.hh"#include "asset_library_on_disk.hh"#include "asset_library_runtime.hh"#include "asset_library_service.hh"#include "utils.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::asset_system |
Functions | |
| static void | blender::asset_system::on_blendfile_load (Main *, PointerRNA **, const int, void *) |
Variables | |
| static CLG_LogRef | LOG = {"asset_system.asset_library_service"} |
|
static |
Definition at line 41 of file asset_library_service.cc.