Skip to content

Commit

Permalink
Add render_kwargs to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Aug 20, 2024
1 parent 3e2654f commit f539404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brainrender/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def make_video(
:param duration: float, duration of the video in seconds
:param fps: int, frame rate
:param fix_camera: bool, if True the focal point of the camera is set based on the first frame
:param render_kwargs: dict, any extra keyword argument to be passed to `scene.render`
:param **kwargs: any extra keyword argument to be passed to `make_frame_func`
"""
logger.debug(f"Saving a video {duration}s long ({fps} fps)")
Expand Down

0 comments on commit f539404

Please sign in to comment.