256ace4c57f731037cbd439b66e45d5c7bdcb683
While passing in multiple files is supported, scrubbing both images an movies wasn't working properly when multiple files were passed in. For images, arguments such as "*.png" expand to multiple image files which were each assigned a frame index of 0, this would play but stopped scrubbing from working completely. For movies, passing in multiple files would play back all files but only properly scrub the first file, if other videos were longer than the first scrubbing would jump to those. Resolve by starting the frame index where the previous files left off. Also resolve divide by zero when showing the indiciator for a single frame.
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
