Optimize Time Samples#
Key: optimizeTimeSamples
Remove redundant time-samples from attributes in a stage.
Arguments#
Prim Paths#
Optional list of prim paths to consider
Name:
pathsType:
[string]Default Value:
[]
Remove Interpolated#
Remove intermediate samples that can be linearly interpolated
Name:
removeInterpolatedType:
boolDefault Value:
False
Epsilon (Double)#
Threshold for which to consider double numbers equal
Name:
epsilonDType:
floatDefault Value:
1e-12
Epsilon (Float)#
Threshold for which to consider floating point numbers equal
Name:
epsilonFType:
floatDefault Value:
1e-06