File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ def run(self):
104
104
hide_source = "hide_source" in self .options
105
105
save_as_gif = "save_as_gif" in self .options
106
106
save_last_frame = "save_last_frame" in self .options
107
- write_to_movie = not save_last_frame
108
107
assert not (save_as_gif and save_last_frame )
109
108
110
109
frame_rate = 30
@@ -179,7 +178,6 @@ def run(self):
179
178
f'file_writer_config["text_dir"] = r"{ text_dir } "' ,
180
179
f'file_writer_config["video_dir"] = r"{ video_dir } "' ,
181
180
f'file_writer_config["save_last_frame"] = { save_last_frame } ' ,
182
- f'file_writer_config["write_to_movie"] = { write_to_movie } ' ,
183
181
f'file_writer_config["save_as_gif"] = { save_as_gif } ' ,
184
182
f'file_writer_config["output_file"] = r"{ output_file } "' ,
185
183
]
You can’t perform that action at this time.
0 commit comments