hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #00311
[Bug 679958] Re: Absolute paths for project files in .pto.mk
The makefile .pto.mk is system dependend and can always be regenerated from the project file and does therefore not archived.
Yuv comment is still valid, but this is an other point.
** Changed in: hugin
Status: New => Won't Fix
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/679958
Title:
Absolute paths for project files in .pto.mk
Status in Hugin - Panorama Tools GUI:
Won't Fix
Bug description:
I have a small request, do not no where to file it, so excuse me if
this is the wrong channel.
I want to distribute a hugin project to others, therefor I keep all
files in one directory, images plus project files.
When I archive everything and someone else opens the archive on
another location, hugin cannot find the images.
Is it possible that hugin removes all the path information from the mk
file if they are:
1) relatively in a sub directory of the project file(s)?
2) In the same directory as the project file(s)?
This would greatly enhance distribution of hugin projects amongst
users by archiving everything and making it available for instance
through FTP.
Here is a snippet of my mk file clearly showing that the images and
the pto files are in the same directory:
PROJECT_FILE=/media/disk-1/milo/images/hugomeiland/IMGP5923-
IMGP5928.pto
PROJECT_FILE_SHELL=/media/disk-1/milo/images/hugomeiland/IMGP5923-
IMGP5928.pto
LDR_BLENDED=IMGP5923-IMGP5928.tif
LDR_BLENDED_SHELL=IMGP5923-IMGP5928.tif
LDR_STACKED_BLENDED=IMGP5923-IMGP5928_fused.tif
LDR_STACKED_BLENDED_SHELL=IMGP5923-IMGP5928_fused.tif
HDR_BLENDED=IMGP5923-IMGP5928_hdr.exr
HDR_BLENDED_SHELL=IMGP5923-IMGP5928_hdr.exr
# first input image
INPUT_IMAGE_1=/media/disk-1/milo/images/hugomeiland/IMGP5923.JPG
INPUT_IMAGE_1_SHELL=/media/disk-1/milo/images/hugomeiland/IMGP5923.JPG
# all input images
INPUT_IMAGES=/media/disk-1/milo/images/hugomeiland/IMGP5923.JPG\