ImageEngine / cortex

Libraries for visual effects software development
Other
528 stars 123 forks source link

CurvesAlgo::resamplePrimitiveVariables : Support periodic curves #1429

Closed danieldresser-ie closed 2 weeks ago

danieldresser-ie commented 3 weeks ago

Not sure how much periodic curves are ever actually used, but as long as our curves type supports them, we probably shouldn't output bogus data for them.

danieldresser-ie commented 2 weeks ago

I've switched to using variableSize, and added some more info to the comment ( looks like there isn't any good reason why CurvesAlgo.resamplePrimitiveVariable is doing weird things, but that's a fix for another day ).

Should be good to merge.