|
Blender V4.3
|
#include "usd_skel_root_utils.hh"#include <pxr/usd/usd/primRange.h>#include <pxr/usd/usdGeom/xform.h>#include <pxr/usd/usdSkel/bindingAPI.h>#include <pxr/usd/usdSkel/root.h>#include "BKE_report.hh"#include "WM_types.hh"#include "CLG_log.h"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::usd |
Functions | |
| static pxr::UsdGeomXform | get_xform_ancestor (const pxr::UsdPrim &prim1, const pxr::UsdPrim &prim2) |
| void | blender::io::usd::create_skel_roots (pxr::UsdStageRefPtr stage, const USDExportParams ¶ms) |
Variables | |
| static CLG_LogRef | LOG = {"io.usd"} |
|
static |
Definition at line 21 of file usd_skel_root_utils.cc.
Referenced by blender::io::usd::create_skel_roots().
|
static |
Definition at line 17 of file usd_skel_root_utils.cc.