I have a project to generate 3780 textured meshes from similar equipment, I would like to know if there is a possibility to program the software to process this automatically.
The sets of images can be organized so that the program can perform this processing in sequence.
I looked for a topic about this but couldn’t find it.
Thanks.
Hi Vidya Technology,
yes, this is possible to do using CLI commands. I think we don’t have created example for this, but it could be done using _for _command, when you will have created 3780 image’s folders and then just wrote cycle with adding the folder number to the computation.
hello, thanks for your advice.
I’m running a loop in my code, but it seems I need to restart or quit the process after each iteration, which is inefficient.
Is there a way to run the loop continuously? Any suggestions or solutions would be appreciated!
Thanks!