|
Blender V4.3
|
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.
|
inline |
Definition at line 69 of file interface_template_bone_collection_tree.cc.
References armature, bcoll_index, and bArmature::collection_array.
|
inline |
Definition at line 65 of file interface_template_bone_collection_tree.cc.
References armature, bcoll_index, and bArmature::collection_array.
Referenced by blender::ui::bonecollections::BoneCollectionDropTarget::drop_tooltip(), and blender::ui::bonecollections::BoneCollectionDropTarget::on_drop().
| bArmature* blender::ui::bonecollections::ArmatureBoneCollection::armature |
Definition at line 56 of file interface_template_bone_collection_tree.cc.
Referenced by bcoll(), bcoll(), blender::ui::bonecollections::BoneCollectionDropTarget::can_drop(), blender::ui::bonecollections::BoneCollectionDragController::on_drag_start(), and blender::ui::bonecollections::BoneCollectionDropTarget::on_drop().
| int blender::ui::bonecollections::ArmatureBoneCollection::bcoll_index |
Definition at line 57 of file interface_template_bone_collection_tree.cc.
Referenced by bcoll(), bcoll(), blender::ui::bonecollections::BoneCollectionDropTarget::can_drop(), blender::ui::bonecollections::BoneCollectionDragController::on_drag_start(), and blender::ui::bonecollections::BoneCollectionDropTarget::on_drop().