The GetPathBoundsInformation function in Curve passes the same int for minIndex and maxIndex into GetCurveBoundsInformation, which results in GetCurveIndexBoundsInformation always returning 0, 0 for the min/max index, which in turn results in returning endTime = startTime
Comments: Should be fixed now in the latest version (3332dbd74981). Thanks for the report!
Comments: Should be fixed now in the latest version (3332dbd74981). Thanks for the report!