mteillet / PyVexr

Python open Exr Viewer
MIT License
5 stars 0 forks source link

If other files are in the same folder, PyVexr considers it is the same sequence, even if it is different render passes #13

Closed mteillet closed 1 year ago

mteillet commented 1 year ago

Example files naming :

seq_03.0242.jpeg seq_03.ActorHitProxyMask00.CineCameraActor4.1607.jpeg seq_03.ActorHitProxyMask01.CineCameraActor6.1004.jpeg seq_03.FinalImageMovieRenderQueue_MotionVectors.CineCameraActor6.1099.jpeg

All these files are considered seq_03 and are loaded by the PyVexr

mteillet commented 1 year ago

Maybe also add the possibility to toggle in the menu a switch to load single exr instead of the sequence ? As well as adding a menu when a folder is dropped allowing the user to select the sequences he wants to load from these folder ?

mteillet commented 1 year ago

This issue and has been fixed. https://github.com/mteillet/PyVexr/commit/7b6fb67f03ddefa815085a9415b28088c508ff17 The new option to toggle the loading of single exr vs exr sequences has also been added in the following commits : https://github.com/mteillet/PyVexr/commit/ecd0973361967d9e84e4552e5cb7625d26ff925c https://github.com/mteillet/PyVexr/commit/d92b7d093b9ddfd8f71597f03645a53e7abe66d0

This will be part of the next release