- Posts: 1
- Joined: Wed Apr 30, 2025 2:33 am
- Real Name: Christien Di Angello
Hi Christien,
I'm working on a similar script and ran into this issue. After some troubleshooting, I found that you have to edit the file path so that it points to the parent directory of the image sequence, not the image sequence itself.
The problem now is that I have to add a function to my script that truncates the file path returned by GetClipProperty('File Path') from '<some path>/matte/matte.[1001-1099].dpx' to just '<some path>/matte'. It would be helpful if AddClipMattesToMediaPool() understood image sequence syntax without requiring this workaround though...
Hope this helps!