Skip to content

Commit 7082dc0

Browse files
author
arch
committed
add message when tracker ends
1 parent c24ac65 commit 7082dc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

funscript_editor/ui/minimal.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ def __init__(self,
7171
start_frame = int(round(float(start_time)/(float(1000)/float(fps)))) if start_time > 0.0 else 0
7272
end_frame = int(round(float(end_time)/(float(1000)/float(fps)))) if end_time > 0.0 and start_time < end_time else -1
7373

74+
self.__logger.info("Set End Time to Frame Number %d", end_frame)
75+
7476
self.funscript_generator = FunscriptGenerator(
7577
FunscriptGeneratorParameter(
7678
video_path = video_file,

0 commit comments

Comments
 (0)