Blender V5.0
fbx_import_material.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2025 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11#include <string>
12
13struct Main;
14struct Material;
15struct ufbx_material;
16
17namespace blender::io::fbx {
18
19Material *import_material(Main *bmain, const std::string &base_dir, const ufbx_material &fmat);
20
21} // namespace blender::io::fbx
struct Material Material
Material * import_material(Main *bmain, const std::string &base_dir, const ufbx_material &fmat)