|
Blender V5.0
|
Inherits blender::asset_system::tests::AssetLibraryTestBase.
Public Member Functions | |
| AssetLibrary * | get_builtin_library_from_type (eAssetLibraryType type) |
| AssetRepresentation & | add_dummy_asset (AssetLibrary &library, StringRef relative_path) |
| AssetRepresentation & | add_dummy_id_asset (AssetLibrary &library, ID &id) |
Additional Inherited Members | |
| Protected Member Functions inherited from blender::asset_system::tests::AssetLibraryTestBase | |
| void | SetUp () override |
| void | TearDown () override |
| std::string | use_temp_path () |
| std::string | create_temp_path () |
| Static Protected Member Functions inherited from blender::asset_system::tests::AssetLibraryTestBase | |
| static void | SetUpTestSuite () |
| static void | TearDownTestSuite () |
| Protected Attributes inherited from blender::asset_system::tests::AssetLibraryTestBase | |
| std::string | asset_library_root_ |
| std::string | temp_library_path_ |
Sets up asset library loading so we have a library to load asset representations into (required for some functionality to perform work).
Definition at line 30 of file asset_representation_test.cc.
|
inline |
Definition at line 41 of file asset_representation_test.cc.
References blender::asset_system::AssetLibrary::add_external_asset().
|
inline |
Definition at line 49 of file asset_representation_test.cc.
References blender::asset_system::AssetLibrary::add_local_id_asset(), and blender::ed::asset::mark_id().
|
inline |
Definition at line 32 of file asset_representation_test.cc.
References blender::asset_system::AssetLibraryService::get(), blender::asset_system::AssetLibraryService::get_asset_library(), and AssetLibraryReference::type.