Forum

Author Topic: Multiple Projects with Batch Process  (Read 2922 times)

colcrabs

  • Newbie
  • *
  • Posts: 4
    • View Profile
Multiple Projects with Batch Process
« on: January 06, 2024, 04:48:20 PM »
Is it possible to set up multiple projects to run one after the other using Batch Process?

I've tried using the Save Project and Load Project processes but it fails every time.  I've got a few dozen simple turntable projects that need to go through the same processes:

Detect Markers > Align Photos > Build Mesh > Save Project > Load Project > Repeat

This unfortunately fails after loading the next project.

Is this only possible using python or can I use the Batch Process to do it?

jrp

  • Jr. Member
  • **
  • Posts: 67
    • View Profile
Re: Multiple Projects with Batch Process
« Reply #1 on: January 08, 2024, 02:40:37 PM »
I know somone that gets around this by putting a bunch of objects in the same project as separate chunks so that it is easier to manage in the short term, but it always felt like a bit too much trouble for me. -- this was a few years back.

if using pro: You could also bodge the network processing system to do something similar with everything running localy, but that's even more trouble if you arn't already doing network processing. Bit of a learning curve.