|
Blender V4.3
|
#include <DNA_armature_types.h>
Public Attributes | |
| struct BoneCollectionReference * | next |
| struct BoneCollectionReference * | prev |
| struct BoneCollection * | bcoll |
Membership relation of a bone with its collections.
This is only bone-runtime data for easy lookups, the actual membership is stored on the bArmature in BoneCollectionMember structs.
Definition at line 330 of file DNA_armature_types.h.
| struct BoneCollection* BoneCollectionReference::bcoll |
Definition at line 332 of file DNA_armature_types.h.
Referenced by add_reference(), add_reverse_pointers(), ANIM_armature_bonecoll_assign_editbone(), ANIM_armature_bonecoll_show_from_bone(), ANIM_armature_bonecoll_show_from_ebone(), armature_bone_primitive_add_exec(), and blender::animrig::tests::TEST_F().
| struct BoneCollectionReference* BoneCollectionReference::next |
Definition at line 331 of file DNA_armature_types.h.
| struct BoneCollectionReference * BoneCollectionReference::prev |
Definition at line 331 of file DNA_armature_types.h.