Whoops, some lingering changes that should have been in last commit

This commit is contained in:
Grant Sanderson
2018-01-23 12:19:56 -08:00
parent eabe989eda
commit b93e28754f

View File

@ -32,12 +32,8 @@ class Scene(object):
"save_frames" : False,
"save_pngs" : False,
"pngs_mode" : "RGBA",
<<<<<<< Updated upstream
"output_directory" : ANIMATIONS_DIR,
"movie_file_extension" : ".mp4",
=======
"output_directory" : MOVIE_DIR,
>>>>>>> Stashed changes
"name" : None,
"always_continually_update" : False,
"random_seed" : 0,
@ -487,8 +483,6 @@ class Scene(object):
def preview(self):
TkSceneRoot(self)
def save_image(self, name = None, mode = "RGB", dont_update = False):
def get_image_file_path(self, name = None, dont_update = False):
folder = "images"
if dont_update: