out_weight property

out_weight property

Gets or sets the out(right) weight on this key frame.

Definition:

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

See Also