darbyjohnston / tlRender

tlRender is an open source library for building playback and review applications for visual effects, film, and animation.
BSD 3-Clause "New" or "Revised" License
193 stars 22 forks source link

Add an option CmdLine.cpp and IApp.cpp to leave unparsed values in an array. #114

Open ggarra13 opened 1 year ago

ggarra13 commented 1 year ago

The idea is to support loading an arbitrary number of images with the values that were not parsed. So you can then do:

$ mrv2 *.exr

Loads all exrs in current directory instead of three clips and a comparison one as mrv2 has now. It can load directories, but sometimes you want to filter the files by extension.

ggarra13 commented 1 year ago

I implemented this as PR #116 .