Message 1 of 2
Automated Import of Bluepencil Frames from zip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In previous version of Maya(<2023) using Grease pencil it was possible to import from an zip file using the Python API with
greasePencilCtx(ctxName, edit=True, importArchive=path_to_file)
In the newer versions using Blue pencil I can only find this option
cmds.bluePencilFrame(importFrames=True)
and that command opens a file input dialog. What I would like to do is be able to directly import from an zip by giving the command a file path. Is there a command that I'm missing that could do that?