I'm using Hugin from git (compiled yesterday) and
I have a problem when viewing control points in the control points tab.
The following image is right and shows cp between image 5 (on the left) and 6 (on the right)
http://imgbin.org/images/15202.png
This image is wrong and shows the same cp between image 6 (on the left) and 5 (on the right)
http://imgbin.org/images/15203.png
Same thing happen when displaying an image with a lower number on the right than what is on the left. The screenshots are taken under ubuntu 12.10 64bit but the same happens also under windows XP 32bit with the 2013 rc1 release.
Is this a bug?
Hugin lives in a Mercurial repo. (There is no official Hugin git repository.) So I don't know to which version do you refer.
This is fixed in the default branch.
I can't reproduce the issue in the 2013.0 rc2 (There is no official 2013.0 rc1 release for Windows on sourceforge. To which version do you refer here?)
Thomas
Is that problem really fixed for you?
I'm currently running 2013.1.0.59f631f16431 which should be the latest
version of the default branch and I'm observing exactly what can be seen
on your screen shots:
Thanks for that hint! The reason for my problem was, that I used to
pull from http://hugin.hg.sourceforge.net:8000/hgroot/hugin/hugin rather
than http://hg.code.sf.net/p/hugin/hugin. Interestingly that doesn't
produce any errors, but doesn't distribute the last four commits (6337
vs 6341).
Den 07/10/2013 18.19 skrev "T. Modes" <Thomas...@gmx.de>:
> These are 2 different repository. It is not only a different address for the same repository.
> After the update of sourceforge I assumed that the old repo is read only. But it is still writeable, and there were an accidental push to the old repo.
In another project that I'm following, they handled a similar repo change by removing all files in the old repo, replacing them with a single README, briefly explaining about the new location of the repo. Given the nature of mercurial/hg, the old chances will not be lost.
Thomas P