Skip to content

Is it possible to use PyAvb to duplicate an Avid Script file (.avc) and change the mob id? #29

@communque

Description

@communque

Basically I'd like to do the equivalent of the following but for an .avc (Avid script) file as opposed to .avb (Avid bin)

with avb.open(SourcePathToScript) as f:
    f.content.uid = avb.utils.generate_uid()
    f.write(PathToDuplicatedScript)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions