next_in_weight property

next_in_weight property

Gets or sets the next in(left) weight on this key frame.

Definition:

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

See Also