pyavb icon indicating copy to clipboard operation
pyavb copied to clipboard

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

Open communque opened this issue 4 months ago • 0 comments

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)

communque avatar Sep 25 '24 01:09 communque