mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 02:35:22 +08:00
Whoops, some lingering changes that should have been in last commit
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user