Blender V4.5
blender::bke::tests::BKE_armature_find_selected_bones_test Class Reference

Inherits testing::Test.

Protected Member Functions

void SetUp () override
 

Protected Attributes

bArmature arm = {}
 
Bone bone1 = {}
 
Bone bone2 = {}
 
Bone bone3 = {}
 

Detailed Description

Definition at line 355 of file armature_test.cc.

Member Function Documentation

◆ SetUp()

void blender::bke::tests::BKE_armature_find_selected_bones_test::SetUp ( )
inlineoverrideprotected

Definition at line 360 of file armature_test.cc.

References BLI_addtail(), bArmature::bonebase, Bone::name, and STRNCPY().

Member Data Documentation

◆ arm

bArmature blender::bke::tests::BKE_armature_find_selected_bones_test::arm = {}
protected

Definition at line 357 of file armature_test.cc.

◆ bone1

Bone blender::bke::tests::BKE_armature_find_selected_bones_test::bone1 = {}
protected

Definition at line 358 of file armature_test.cc.

◆ bone2

Bone blender::bke::tests::BKE_armature_find_selected_bones_test::bone2 = {}
protected

Definition at line 358 of file armature_test.cc.

◆ bone3

Bone blender::bke::tests::BKE_armature_find_selected_bones_test::bone3 = {}
protected

Definition at line 358 of file armature_test.cc.


The documentation for this class was generated from the following file: