Add the ability to run as task file at startup. Add new model conversion task that requires an OpenGL context. Add ability to use FileVerifier and DirectoryVerifier on files that don't exist (#3612)

This commit is contained in:
Alexander Bock
2025-04-29 09:50:29 +02:00
committed by GitHub
parent e0df6d6c2e
commit f024c25666
7 changed files with 231 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
return {
{
Type = "ConvertModelTask",
InputFilePath = "< in path >",
OutputFilePath = "< out path >"
}
}