From c3ef63d9417dbc0b453e8799b96d07bc9ee47ef4 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 9 Jan 2020 21:24:33 +0100 Subject: send messages when the lerps update --- cli/app/search/live.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cli') diff --git a/cli/app/search/live.py b/cli/app/search/live.py index 33e00b3..689ecd5 100644 --- a/cli/app/search/live.py +++ b/cli/app/search/live.py @@ -139,6 +139,7 @@ class LerpParam: def update(self, dt): if self.direction != 0: self.n.value = clamp(self.n.value + self.direction * self.speed.value * dt) + print("set_opt: {} {}".format(self.name, self.n.value)) if self.n.value == 0 or self.n.value == 1: self.direction = 0 -- cgit v1.2.3-70-g09d2