tangent_weight_mode property

tangent_weight_mode property

Gets or sets the key’s tangent weight mode. The out tangent or the next in tangent can be customized by select correct WeightedMode

Definition:

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

See Also