|
Blender V5.0
|
#include "BKE_blender.hh"#include "BKE_preferences.h"#include "BLI_fileops.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 "all_library.hh"#include "asset_catalog_collection.hh"#include "asset_catalog_definition_file.hh"#include "asset_library_service.hh"#include "essentials_library.hh"#include "on_disk_library.hh"#include "preferences_on_disk_library.hh"#include "runtime_library.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.library"} |
|
static |
Definition at line 44 of file asset_library_service.cc.