mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Temporarily adding input_file_path to SceneFileWrite config. Not sure why this isn't there already, or if there are problems with setting a default, but it fixed a weird bug that had arisen
This commit is contained in:
parent
0f71b0a408
commit
1279f040da
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ class SceneFileWriter(object):
|
|||
# Previous output_file_name
|
||||
# TODO, address this in extract_scene et. al.
|
||||
"file_name": None,
|
||||
"input_file_path": "", # ??
|
||||
"output_directory": None,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue