|
Blender V5.0
|
#include "usd_utils.hh"#include "BLI_array.hh"#include "BLI_string_ref.hh"#include "BLI_string_utf8.h"#include <pxr/base/tf/stringUtils.h>#include <pxr/base/tf/unicodeUtils.h>#include <pxr/usd/usd/prim.h>#include <pxr/usd/usd/stage.h>Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::usd |
Functions | |
| std::string | blender::io::usd::make_safe_name (const StringRef name, bool allow_unicode) |
| pxr::SdfPath | blender::io::usd::get_unique_path (pxr::UsdStageRefPtr stage, const std::string &path) |