|
Blender V4.3
|
#include <iostream>#include <set>#include "AS_asset_catalog.hh"#include "AS_asset_catalog_tree.hh"#include "AS_asset_library.hh"#include "asset_catalog_collection.hh"#include "asset_catalog_definition_file.hh"#include "BLI_fileops.h"#include "BLI_path_utils.hh"#include "asset_library_service.hh"#include "CLG_log.h"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::asset_system |
Functions | |
| static std::string | blender::asset_system::asset_definition_default_file_path_from_dir (StringRef asset_library_root) |
Variables | |
| static CLG_LogRef | LOG = {"asset_system.asset_catalog_service"} |
|
static |
Definition at line 30 of file asset_system/intern/asset_catalog.cc.