hedley-david
hedley-david
And I sorted it out: use this as line 229 in premiere_objects.py ``` def openFCPXML(self, filePath, projectPath): self._check_type(filePath, str, 'arg "filePath" of function "Application.openFCPXML"') self._check_type(projectPath, str, 'arg "projectPath" of function...
Info on this page: https://ppro-scripting.docsforadobe.dev/sequence/track.html will allow you to select whether to mute the audio when adding to a timeline, or to only insert video to a sequence, if that's...
the whole path to "app" is: pymiere.objects.app so if your code says import pymiere you can add this under it so app.project.save() knows what to call for. app = pymiere.objects.app...
import pymiere app = pymiere.objects.app app.setWorkspace("Editing") That should do it! :)
Change the word 'save' to 'close', that ought to do it. You're most welcome, happy coding! On Thu, Oct 26, 2023 at 9:19 AM juniorbraun ***@***.***> wrote: > Mate, thanks...
Hello, I have a Pymiere working in Python 3.6 with Premiere 2024.1 I also have a Python 3.10 install that works with Pymiere but I stay on the lower version...
> Hi @hedley-david, thanks for that! That's interesting that it's working correctly for you with 2024. I will try and test it with 3.6 and 3.10. You're welcome. Screencap to...