Add scene to sim_config if not already created

这个提交包含在:
Craig Warren
2023-07-11 09:00:52 +01:00
父节点 00c2969333
当前提交 79eecef659

查看文件

@@ -260,6 +260,7 @@ class ModelBuildRun:
# If there is no scene, process the hash commands
if not scene:
scene = Scene()
config.sim_config.scenes.append(scene)
# Parse the input file into user objects and add them to the scene
scene = parse_hash_commands(scene)