MCPcopy Index your code
hub / github.com/diffgram/diffgram / regenerate_instance_thumb

Method regenerate_instance_thumb

shared/database/video/sequence.py:414–426  ·  view source on GitHub ↗
(
        self,
        session,
        instance,
        video = None
    )

Source from the content-addressed store, hash-verified

412
413
414 def regenerate_instance_thumb(
415 self,
416 session,
417 instance,
418 video = None
419 ):
420 if video is None:
421 video = self.video_file.video
422
423 result = Instance_tools().new_thumb_image_from_frame(
424 session = session,
425 video = video,
426 instance = instance)
427
428
429 def regenerate_keyframe_list(

Callers 1

get_preview_instanceMethod · 0.95

Calls 2

Instance_toolsClass · 0.90

Tested by

no test coverage detected