Blender V4.3
ED_asset_import.hh
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#pragma once
10
11#include "DNA_ID_enums.h"
12
13struct ID;
14struct Main;
15namespace blender::asset_system {
16class AssetRepresentation;
17}
18
19namespace blender::ed::asset {
20
25ID *asset_local_id_ensure_imported(Main &bmain, const asset_system::AssetRepresentation &asset);
26
27} // namespace blender::ed::asset
Enumerations for DNA_ID.h.
ID * asset_local_id_ensure_imported(Main &bmain, const asset_system::AssetRepresentation &asset)
Definition DNA_ID.h:413