chore: use RawTemplater to template XModel dumping code for t5 and t6

This commit is contained in:
Jan
2024-09-14 12:46:57 +02:00
parent 7227c84cde
commit fc216a153f
7 changed files with 722 additions and 53 deletions

View File

@ -50,6 +50,8 @@ function ObjWriting:project()
path.join(folder, "ObjWriting")
}
}
useSourceTemplating("ObjWriting")
self:include(includes)
Utils:include(includes)