Blender V5.0
preferences_on_disk_library.hh
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#pragma once
10
11#include "on_disk_library.hh"
12
13namespace blender::asset_system {
14
16 public:
18
19 std::optional<AssetLibraryReference> library_reference() const override;
20};
21
22} // namespace blender::asset_system
OnDiskAssetLibrary(eAssetLibraryType library_type, StringRef name="", StringRef root_path="")
PreferencesOnDiskAssetLibrary(StringRef name="", StringRef root_path="")
std::optional< AssetLibraryReference > library_reference() const override