Skip to content

2.4 Beta

Compare
Choose a tag to compare
@mvmn mvmn released this 31 Dec 02:43
· 40 commits to master since this release
  • Improved script execution engine: now every step's condition and expression (if present - capture photo has no expression) are not just evaluated before step execution, but also exported as variables (note: expression is not evaluated if condition evaluated to false), so that they can be looked up in info/trace.
  • Added possibility to set fixed delay after every script step for currently running script - so that one could analyze variable states after each step.
  • Added possibility to set "stop on error" for currently running script, so that script would stop in case error happens in any step.
  • Added possibility to mass-load thumbnails for camera filesystem files in browse view.
  • Automatically export loop start time as script variable, so that throttling would be doable in one step, e.g. wait step with expression = "throttleTime - (__currentTimeMillis - __loopStartTime)".