CharacterJointBundle

class CharacterJointBundle

Bases: PartBundle

The collection of all the joints and sliders in the character.

Inheritance diagram

Inheritance diagram of CharacterJointBundle

explicit CharacterJointBundle(std::string const &name = "")

Normally, you’d use make_copy() or copy_subgraph() to make a copy of this.

Normally, there is no need to create a CharacterJointBundle directly. The Character node will automatically create one for itself.

static TypeHandle get_class_type(void)
Character *get_node(int n) const

Returns the nth Character associated with this PartBundle.