Skip to content

Release v1.10.0

Compare
Choose a tag to compare
@justinfx justinfx released this 12 Mar 21:17
· 109 commits to master since this release
51b921b

In this release there is a change to what is perceived to be a bug in the padding width of negative frames (#80) being padded one character wider than they should, making them unbalanced with the positive frame widths, and also does not align with other systems like Nuke. One possible impact to be aware of is if a sequence with negative frames were written out with a previous version of fileseq (with the wider negative frame padding) and then that same sequence pattern were used to iterate the files in this new release, the file paths may not match the negative frames.

  • Documentation and docstring updates (#79)
  • Fix the padding width logic for negative frames to align with other systems (#80)
  • Copy regex patterns as references in FileSequence/FrameSet classes, allowing for subclasses to reimplement (#81)