|
Blender V5.0
|
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) |