You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both the Go and C++ implementations have a bug when dealing with multi-component file extension patterns, when one of the components contains only a single characters:
file.1.a.ext
In this case, the base vs frame vs ext is not captured correctly, leading to breakages in both FileSequence ctor and calls to FindSequenceOnDisk()
The text was updated successfully, but these errors were encountered:
Both the Go and C++ implementations have a bug when dealing with multi-component file extension patterns, when one of the components contains only a single characters:
In this case, the base vs frame vs ext is not captured correctly, leading to breakages in both
FileSequence
ctor and calls toFindSequenceOnDisk()
The text was updated successfully, but these errors were encountered: