Blender V5.0
usd_armature_utils.cc File Reference
#include "usd_armature_utils.hh"
#include "usd_utils.hh"
#include "ANIM_action.hh"
#include "ANIM_fcurve.hh"
#include "BKE_armature.hh"
#include "BKE_fcurve.hh"
#include "BKE_modifier.hh"
#include "BLI_listbase.h"
#include "BLI_string_ref.hh"
#include "BLI_vector.hh"
#include "DEG_depsgraph.hh"
#include "DEG_depsgraph_query.hh"
#include "DNA_action_types.h"
#include "DNA_armature_types.h"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::io
namespace  blender::io::usd

Functions

FCurveblender::io::usd::create_fcurve (blender::animrig::Channelbag &channelbag, const blender::animrig::FCurveDescriptor &fcurve_descriptor, const int sample_count)
void blender::io::usd::set_fcurve_sample (FCurve *fcu, int64_t sample_index, const float frame, const float value)
static void blender::io::usd::visit_bones (const Bone *bone, FunctionRef< void(const Bone *)> visitor)
const ModifierDatablender::io::usd::get_enabled_modifier (const Object &obj, ModifierType type, const Depsgraph *depsgraph)
static const ArmatureModifierDatablender::io::usd::get_armature_modifier (const Object &obj, const Depsgraph *depsgraph)
void blender::io::usd::visit_bones (const Object *ob_arm, FunctionRef< void(const Bone *)> visitor)
void blender::io::usd::get_armature_bone_names (const Object *ob_arm, const bool use_deform, Vector< StringRef > &r_names)
pxr::TfToken blender::io::usd::build_usd_joint_path (const Bone *bone, bool allow_unicode)
void blender::io::usd::create_pose_joints (pxr::UsdSkelAnimation &skel_anim, const Object &obj, const Map< StringRef, const Bone * > *deform_map, bool allow_unicode)
const Objectblender::io::usd::get_armature_modifier_obj (const Object &obj, const Depsgraph *depsgraph)
bool blender::io::usd::is_armature_modifier_bone_name (const Object &obj, const StringRefNull name, const Depsgraph *depsgraph)
bool blender::io::usd::can_export_skinned_mesh (const Object &obj, const Depsgraph *depsgraph)
void blender::io::usd::init_deform_bones_map (const Object *obj, Map< StringRef, const Bone * > *deform_map)