Replies: 2 comments
-
Hi, @efleurant! -pythonScript currently runs without a UI so any loading of an image that tries to play it back will currently lead to a crash. |
Beta Was this translation helpful? Give feedback.
-
@efleurant I added the functionality to support most python commands using -pythonScript. Please download v1.1.9 beta and give it a try from: https://sourceforge.net/projects/mrv2/files/beta/ I tested with the built-in OCIO studio config and this script:
I noticed save uses "file" instead of "filename" so I changed that in the api. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to load a exr sequence with a python script using the
-pythonScript
argument, but it ends up crashing (segfault ). If I run the snippet from mrv2's python console though, it works as expected. Here's the code snippet:Note that
/path/to/my/sequence/my_shot_name.000100.exr
being the first frame of my sequence... in the UI that seems to trigger the whole sequence. I tried using the standard sequence pattern ("%06d", "######") but those didn't work.Here's the error I'm getting when running the above code with through the
-pythonsScript
:Am I missing something? thanks in advance...
Beta Was this translation helpful? Give feedback.
All reactions