Blender
V4.3
source
blender
asset_system
intern
asset_library_runtime.cc
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
9
#include "
asset_library_runtime.hh
"
10
11
namespace
blender::asset_system
{
12
13
RuntimeAssetLibrary::RuntimeAssetLibrary
() :
AssetLibrary
(
ASSET_LIBRARY_LOCAL
)
14
{
15
this->
on_blend_save_handler_register
();
16
}
17
18
}
// namespace blender::asset_system
ASSET_LIBRARY_LOCAL
@ ASSET_LIBRARY_LOCAL
Definition
DNA_asset_types.h:99
asset_library_runtime.hh
blender::asset_system::AssetLibrary
Definition
AS_asset_library.hh:40
blender::asset_system::AssetLibrary::on_blend_save_handler_register
void on_blend_save_handler_register()
Definition
asset_library.cc:261
blender::asset_system::RuntimeAssetLibrary::RuntimeAssetLibrary
RuntimeAssetLibrary()
Definition
asset_library_runtime.cc:13
blender::asset_system
Definition
AS_asset_catalog.hh:24
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0