Blender V5.0
armature.cc File Reference
#include <deque>
#include "ANIM_armature.hh"
#include "BKE_action.hh"
#include "BLI_listbase.h"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::animrig

Functions

void blender::animrig::pose_bone_descendent_iterator (bPose &pose, bPoseChannel &pose_bone, FunctionRef< void(bPoseChannel &child_bone)> callback)
static bool blender::animrig::pose_depth_iterator_recursive (bPose &pose, bPoseChannel &pose_bone, FunctionRef< bool(bPoseChannel &child_bone)> callback)
bool blender::animrig::pose_bone_descendent_depth_iterator (bPose &pose, bPoseChannel &pose_bone, FunctionRef< bool(bPoseChannel &child_bone)> callback)