|
Blender V5.0
|
Public Member Functions | |
| ArmatureBoneCollection ()=default | |
| ArmatureBoneCollection (bArmature *armature, int bcoll_index) | |
| const BoneCollection & | bcoll () const |
| BoneCollection & | bcoll () |
Public Attributes | |
| bArmature * | armature |
| int | bcoll_index |
Bone collection and the Armature that owns it.
Definition at line 55 of file interface_template_bone_collection_tree.cc.
|
default |
|
inline |
Definition at line 60 of file interface_template_bone_collection_tree.cc.
References armature, and bcoll_index.
|
inline |
Definition at line 69 of file interface_template_bone_collection_tree.cc.
References armature, and bcoll_index.
|
inline |
Definition at line 65 of file interface_template_bone_collection_tree.cc.
References armature, and bcoll_index.
Referenced by blender::ui::bonecollections::BoneCollectionDropTarget::drop_tooltip().
| bArmature* blender::ui::bonecollections::ArmatureBoneCollection::armature |
Definition at line 56 of file interface_template_bone_collection_tree.cc.
Referenced by ArmatureBoneCollection(), bcoll(), bcoll(), and blender::ui::bonecollections::BoneCollectionDropTarget::can_drop().
| int blender::ui::bonecollections::ArmatureBoneCollection::bcoll_index |
Definition at line 57 of file interface_template_bone_collection_tree.cc.
Referenced by ArmatureBoneCollection(), bcoll(), bcoll(), blender::ui::bonecollections::BoneCollectionDropTarget::can_drop(), and blender::ui::bonecollections::BoneCollectionDropTarget::on_drop().