Skip to content
This repository was archived by the owner on Jun 15, 2021. It is now read-only.

self.keyframes #22

@BlankHrt

Description

@BlankHrt

File "c:\users\administrator\appdata\local\programs\python\python39\lib\site-packages\manim\grpc\impl\frame_server_impl.py", line 53, in GetFrameAtTime
<= self.keyframes[requested_scene_index].duration
IndexError: list index out of range

scene_finished = False
            if requested_scene_index == request.end_index:
                scene_finished = True
            if (
                request.animation_offset
                <= self.keyframes[requested_scene_index].duration //line 53
            ):
                animation_offset = request.animation_offset
            else:
                if requested_scene_index + 1 < request.end_index:
                    requested_scene_index += 1
                    animation_offset = 0
                else:
                    scene_finished = True
                    animation_offset = self.keyframes[requested_scene_index].duration

i print self.keyframes the value is []

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions