summaryrefslogtreecommitdiff
path: root/live-mogrify.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-07 20:15:50 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-07 20:15:50 +0200
commitd91422b81f7f3ad210ab6625ac8bb4eb2b2fec23 (patch)
treec1d6af3f16229cee3124ea16b4c8ccec0c8f770c /live-mogrify.py
parente2036eda34abb646f832e46b080e908068a1d467 (diff)
debuggin..
Diffstat (limited to 'live-mogrify.py')
-rw-r--r--live-mogrify.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/live-mogrify.py b/live-mogrify.py
index 477cde7..3b1aaeb 100644
--- a/live-mogrify.py
+++ b/live-mogrify.py
@@ -293,6 +293,7 @@ def process_live_input(opt, data_opt, rpc_client, model):
next_path = opt.render_dir + "frame_{:05d}.png".format(i+1)
current_path = opt.render_dir + "ren_{:05d}.png".format(i+1)
meta = { 'i': i, 'sequence_i': sequence_i, 'sequence_len': len(sequence) }
+ print("{} {}".format(str(data_opt.sequence), str(len(sequence)) ))
if data_opt.sequence and len(sequence):
sequence_path = sequence[sequence_i]
if sequence_i >= len(sequence)-1: