Twiddle refactors
This commit is contained in:
@@ -70,7 +70,7 @@ def closest_approach_to_camera(scene, speaker_object) -> (float, int):
|
|||||||
max_dist = dist
|
max_dist = dist
|
||||||
at_time = frame
|
at_time = frame
|
||||||
|
|
||||||
return (max_dist, at_time)
|
return max_dist, at_time
|
||||||
|
|
||||||
|
|
||||||
def speaker_active_time_range(speaker) -> FrameInterval:
|
def speaker_active_time_range(speaker) -> FrameInterval:
|
||||||
|
|||||||
@@ -138,7 +138,6 @@ class ObjectMix:
|
|||||||
self.intermediate_filename = None
|
self.intermediate_filename = None
|
||||||
|
|
||||||
|
|
||||||
#@contextmanager
|
|
||||||
class ObjectMixPool:
|
class ObjectMixPool:
|
||||||
|
|
||||||
def __init__(self, object_mixes: List[ObjectMix]):
|
def __init__(self, object_mixes: List[ObjectMix]):
|
||||||
|
|||||||
Reference in New Issue
Block a user