Open communque opened 2 months ago
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)
Basically I'd like to do the equivalent of the following but for an .avc (Avid script) file as opposed to .avb (Avid bin)