BAM files copier

This could be useful if :

  1. you don’t want to use packpanda
  2. you want to distribute the .bam files
  3. most of your models are already cached
  4. you don’t want to foolishly converting egg->bam all over again, especially if the .egg files are huge
  5. you only need to copy the .bam files from the cache to the .egg’s location

Download :
jon1.us/P3D/other/BAM_copier.zip
It uses wxPython.

UPDATE :
after previewing, the files list is not updated by rescanning the directory, if its BAM cache status is already good, to avoid long time scanning if it’s in recursive mode.

MINOR UPDATE :
more compact interface