Skip to content
Snippets Groups Projects
Commit 96369387 authored by Campbell Barton's avatar Campbell Barton
Browse files

fix for first file playing the loop twice.

parent e8eb34f6
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,7 @@ def demo_mode_temp_file(): ...@@ -174,7 +174,7 @@ def demo_mode_temp_file():
temp_config = global_config_fallback.copy() temp_config = global_config_fallback.copy()
temp_config["anim_time_min"] = 0.0 temp_config["anim_time_min"] = 0.0
temp_config["anim_time_max"] = 60.0 temp_config["anim_time_max"] = 60.0
temp_config["anim_cycles"] = 1 temp_config["anim_cycles"] = 0 # ensures we switch when hitting the end
temp_config["mode"] = 'PLAY' temp_config["mode"] = 'PLAY'
temp_config["is_tmp"] = True temp_config["is_tmp"] = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment