Blender V4.3
obj_import_mtl.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
5#pragma once
6
7struct bNodeTree;
8struct Main;
9struct Material;
10
11namespace blender::io::obj {
12
13struct MTLMaterial;
14
16 const MTLMaterial &mtl_mat,
17 Material *mat,
18 bool relative_paths);
19
20} // namespace blender::io::obj
bNodeTree * create_mtl_node_tree(Main *bmain, const MTLMaterial &mtl_mat, Material *mat, bool relative_paths)