link_mode property

A bone’s link mode refers to the way in which a bone is connected or linked to its parent bone within a hierarchical structure.

Definition:

@property
def link_mode(self):
    ...
@link_mode.setter
def link_mode(self, value):
    ...

See Also