Hi again !
Here's an example :
`
import cask
arch = cask.Archive(fps=24)
arch.set_start_frame(14)
arch.write_to_file("D:/TestTS.abc")
saved = cask.Archive("D:/TestTS.abc")
print saved.start_frame()
print saved.end_frame()
`
Running this, in my case, makes and Archive that starts at frame 14, but ends at frame 13. The archive is invalid, it will crash Maya and AbcEcho. Any ideas ?
Hi again !
Here's an example :
`
import cask
arch = cask.Archive(fps=24)
arch.set_start_frame(14)
arch.write_to_file("D:/TestTS.abc")
saved = cask.Archive("D:/TestTS.abc")
print saved.start_frame()
print saved.end_frame()
`
Running this, in my case, makes and Archive that starts at frame 14, but ends at frame 13. The archive is invalid, it will crash Maya and AbcEcho. Any ideas ?