Add --scene command line argument

This commit is contained in:
kobewi 2025-04-12 09:15:10 +02:00
parent 215acd52e8
commit 47568a4654
2 changed files with 11 additions and 2 deletions

View file

@ -146,6 +146,7 @@ Error EditorRun::run(const String &p_scene, const String &p_write_movie, const V
}
if (!p_scene.is_empty()) {
args.push_back("--scene");
args.push_back(p_scene);
}