Blender V5.0
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 arm, BLI_addtail(), bone1, bone2, bone3, 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.

Referenced by SetUp().

◆ bone1

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

Definition at line 358 of file armature_test.cc.

Referenced by SetUp().

◆ bone2

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

Definition at line 358 of file armature_test.cc.

Referenced by SetUp().

◆ bone3

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

Definition at line 358 of file armature_test.cc.

Referenced by SetUp().


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