Merge branch 'master' of git+ssh://git.six9.net:8222/moonq/tsmark
This commit is contained in:
@@ -2,7 +2,7 @@ import argparse
|
|||||||
|
|
||||||
from tsmark.video_annotator import Marker
|
from tsmark.video_annotator import Marker
|
||||||
|
|
||||||
VERSION = "0.7.8"
|
VERSION = "0.7.9"
|
||||||
|
|
||||||
|
|
||||||
class SmartFormatter(argparse.HelpFormatter):
|
class SmartFormatter(argparse.HelpFormatter):
|
||||||
|
|||||||
@@ -580,7 +580,11 @@ class Marker:
|
|||||||
new_index = 0
|
new_index = 0
|
||||||
|
|
||||||
self.points[self.point_index][self.nr]["visible"] = POINT_VISIBILITY[new_index]
|
self.points[self.point_index][self.nr]["visible"] = POINT_VISIBILITY[new_index]
|
||||||
self.interpolate_points()
|
try:
|
||||||
|
self.points_interpolated[self.point_index][self.nr]["visible"] = POINT_VISIBILITY[new_index]
|
||||||
|
except Exception as e:
|
||||||
|
print(e)
|
||||||
|
pass
|
||||||
|
|
||||||
def track_point(self):
|
def track_point(self):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user