independent_tangent property

independent_tangent property

Gets or sets the out and next in tangents are independent.

Definition:

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

See Also