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:
Grant Sanderson
2020-01-11 17:14:02 -08:00
parent 0f71b0a408
commit 1279f040da

View File

@ -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,
}