This BETA bundle of scripts aims to create an automatic pipeline that can generate high poly and low poly model parts from the large master textured model and then seamlessly import them to Unreal Engine 5 with the UE5 Photogrammetry Importer Editor Utility Widget.
We presented this workflow during Unreal Fest 2022 in New Orleans. Below, you can find the link to the presentation. This way, I want to thank Ryan Whitehead from Metatexel so much for creating this workflow with me and enormous thanks for his stress testing of RealityCapture on massive projects.
NOTE: RealityCapture Automated CLI pipeline for Large Datasets is currently in BETA.
I have made all script workflowm and after import to UE 5.1.1 I have artifacts on my model. I think it is some normal issue. Maybe flipped normals. Please check screenshots
This is lowres model from RC, expored with Automated CLI script
Marmoset, one material with turned onn reflections to see Lit mode, to show it works good here.
Have you followed whole this tutorial? UE5 Photogrammetry Importer | Community tutorial
Not sure what could be wrong here, but as manual import works, some of the settings probably will be different.
I’ve been working on the MergeReimportedComponents.bat script and it would be great to see some of those older scripts updated around this bundle. Particularly, integrating the new SetVariables and StartRealityCapture scripts would make those older scripts much more robust. Currently, in the MergeReimportedComponents script, there is no error log and the script doesn’t handle file paths with spaces or non-existent folders… There are lots of ways it can break. The new scripts from this pipeline are a great start but tools for bulk alignment are also needed.
I just went through the tutorial and noticed two things:
The script fails if your pathnames have spaces in them – all of the pathname variables in the script need to be in quotes.
There’s a warning that re-saving the project will switch it from licensed to PPI mode and then I was prompted to pay for PPI licenses when I ran the final script. If I re-create the expected folder paths would be able to export the models without PPI?