moser moser

This commit is contained in:
Grant Sanderson
2015-05-17 15:08:51 -07:00
parent 3819502779
commit 1f93da1a06
11 changed files with 551 additions and 109 deletions

View File

@ -80,6 +80,10 @@ def command_line_create_scene(sys_argv, scene_classes, movie_prefix = ""):
args_extension = arg
elif opt == '-l':
display_config = LOW_QUALITY_DISPLAY_CONFIG
if len(args) > 0:
scene_string = args[0]
if len(args) > 1:
args_extension = args[1]
SceneClass, args = find_scene_class_and_args(
scene_string,
args_extension,