Skip to content

Making an Archive from scratch makes invalid Alembic files that crash Maya and abcecho #10

@alex-v-dev

Description

@alex-v-dev

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions