Blender V4.3
usd_skel_root_utils.cc File Reference
#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 &params)
 

Variables

static CLG_LogRef LOG = {"io.usd"}
 

Function Documentation

◆ get_xform_ancestor()

static pxr::UsdGeomXform get_xform_ancestor ( const pxr::UsdPrim & prim1,
const pxr::UsdPrim & prim2 )
static

Definition at line 21 of file usd_skel_root_utils.cc.

Referenced by blender::io::usd::create_skel_roots().

Variable Documentation

◆ LOG

CLG_LogRef LOG = {"io.usd"}
static

Definition at line 17 of file usd_skel_root_utils.cc.