Blender V4.3
usd_utils.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#pragma once
5
6#include <string>
7
8namespace blender::io::usd {
9
17std::string make_safe_name(const std::string &name, bool allow_unicode);
18
19} // namespace blender::io::usd
std::string make_safe_name(const std::string &name, bool allow_unicode)
Definition usd_utils.cc:16