Forum

Author Topic: Create New Unique Folders using Batch Process Export  (Read 3538 times)

bwatkins

  • Newbie
  • *
  • Posts: 5
    • View Profile
Create New Unique Folders using Batch Process Export
« on: March 27, 2019, 08:16:31 PM »
It feels like using a batch process on multiple chunks I should be able to export models with their texture files into unique, individual folders instead of dumping everything into one big folder. I.e., exporting to a path that looks like ".../{chunklabel}/{chunklabel}.obj", where that "/{chunklabel}" folder would contain the .obj, .mtl, and .tiff files, for example.  Trying that only gets me an error that that directory doesn't exist/can't find the path.

This seems like a pretty simple feature add (disclaimer: not a programmer).

Previously posted here without response:
https://www.agisoft.com/forum/index.php?topic=10648.0

jedfrechette

  • Full Member
  • ***
  • Posts: 130
  • Lidar Guys
    • View Profile
    • www.lidarguys.com
Re: Create New Unique Folders using Batch Process Export
« Reply #1 on: March 28, 2019, 02:37:42 AM »
+1

Currently we work around this by having a separate script that precreates directories, which is obviously less than ideal.
Jed

RoyMudie

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Create New Unique Folders using Batch Process Export
« Reply #2 on: February 11, 2020, 04:42:49 PM »
Another vote for this. Can't see a way currently that wouldn't involve creating different batch scripts or completely writing a custom script to create the folders... which might be what I have to do...

Magda

  • Newbie
  • *
  • Posts: 30
    • View Profile
Re: Create New Unique Folders using Batch Process Export
« Reply #3 on: February 15, 2021, 05:47:43 PM »
one more vote for this feature