Blender
V4.3
source
blender
asset_system
intern
asset_library_from_preferences.cc
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2024 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9
#include "
asset_library_from_preferences.hh
"
10
11
namespace
blender::asset_system
{
12
13
PreferencesOnDiskAssetLibrary::PreferencesOnDiskAssetLibrary
(
StringRef
name
,
StringRef
root_path
)
14
:
OnDiskAssetLibrary
(
ASSET_LIBRARY_CUSTOM
,
name
,
root_path
)
15
{
16
}
17
18
}
// namespace blender::asset_system
ASSET_LIBRARY_CUSTOM
@ ASSET_LIBRARY_CUSTOM
Definition
DNA_asset_types.h:109
asset_library_from_preferences.hh
blender::StringRef
Definition
BLI_string_ref.hh:128
blender::asset_system::AssetLibrary::name
StringRefNull name() const
Definition
asset_library.cc:315
blender::asset_system::AssetLibrary::root_path
StringRefNull root_path() const
Definition
asset_library.cc:320
blender::asset_system::OnDiskAssetLibrary::OnDiskAssetLibrary
OnDiskAssetLibrary(eAssetLibraryType library_type, StringRef name="", StringRef root_path="")
Definition
asset_library_on_disk.cc:13
blender::asset_system::PreferencesOnDiskAssetLibrary::PreferencesOnDiskAssetLibrary
PreferencesOnDiskAssetLibrary(StringRef name="", StringRef root_path="")
Definition
asset_library_from_preferences.cc:13
blender::asset_system
Definition
AS_asset_catalog.hh:24
Generated on Sat Oct 4 2025 05:32:23 for Blender by
doxygen
1.14.0