[hugin-ptx] Re: 2015.0 rc1 released

2015-06-25 Thread ___matthieu___
Hi,

sorry for the really late answer; I am currently struggling to get a build 
using XCode on Yosemite.

The main problem is that in the last version, vigra was only a dependance 
of enblend. 
Since I want to maintain compatibility with 10.6, I have to compile then 
enblend toolchain with gcc >= 4.6 (4.9), 
which not distributed with MacOSX, and since enblend is C++ based, I have 
to ship the libstdc++ that comes with gcc.

Hugin is compiled in XCode, which now only ships llvm and its own c++ std 
library, but since Hugin uses enblend 
through the command line, they can each have their own c++ std library.

Now, with the new version of Hugin, vigra is a direct dependance of Hugin, 
not just of enblend; which means, if I want to 
maintain compatibility with 10.6, I'll have to compile *all* the chain with 
gcc; which is not that hard (I think) for the external programs,
but needs modification in XCode : you don't have access to your own gcc 
that easy; I somewhere have old plugins I wrote for an 
older version of XCode but I did not test them yet with Xcode 6.3; the 
other way would be to require a 10.8 minimum version but 
even that is not supported out of the box by Xcode, but I carry my SDKs 
from xcode versions to xcode version.

On Friday, June 19, 2015 at 9:58:21 AM UTC+2, Martin G wrote:
>
> Has anyone managed to build this on OS X (Yosemite) ?
>
> On Saturday, June 13, 2015 at 9:36:11 AM UTC+2, T. Modes wrote:
>>
>> Hi all,
>>
>> since the release of beta2 some bugs were reported and fixed.
>> Today we are release release candidate 1 of Hugin 2015.0
>>
>> The new source tarball can be downloaded at sourceforge and launchpad, as 
>> usual
>>
>> http://sourceforge.net/projects/hugin/files/hugin/hugin-2015.0/hugin-2015.0.0_rc1.tar.bz2/download
>>  
>>
>> https://launchpad.net/hugin/2015.0/2015.0rc1/+download/hugin-2015.0.0_rc1.tar.bz2
>>
>> Verify its checksums
>> MD5
>> 396443f9455bfb6a4ed85b3fe7c6a15d  hugin-2015.0.0_rc1.tar.bz2
>> SHA1
>> 02b16788b65e40a4f71b56b84eef376069c4c9e5  hugin-2015.0.0_rc1.tar.bz2
>>
>> Changes since beta2
>> * Some translations have been updated. But there are still missing 
>> updates to some translations files.
>> * Updates to man pages.
>> * Updated copyright header
>> * Updated some CMake scripts for building on Windows
>> * Bug fix: Don't crop output when using internal blender
>> * Bug fix: Use correct encoding for progress display [1459364] 
>> * Bug fix for adding several images without EXIF data at once
>> * Fixes leveling of panorama from command line
>> * Prevent crash when deleting control point from cp list
>> * Changed internal order for crop factor calculation
>> * Improved range checking for interpolating when reading from lens 
>> database
>>
>> Rc1 is identical to changeset d497c7fc18666 in our repository, which is 
>> also tagged as 2015.0rc1
>>
>> The release notes are here 
>> http://hugin.sourceforge.net/releases/2015.0.0/en.shtml
>> They are already translated to French and German:
>> http://hugin.sourceforge.net/releases/2015.0.0/fr.shtml
>> http://hugin.sourceforge.net/releases/2015.0.0/de.shtml
>>
>>
>> EXECUTABLES
>> Users communities produce executables for their respective platforms. 
>> They will be announced in this thread.
>>
>> CHANGES SINCE 2014.0.0
>> * Hugin 2015.0 has a number of new features. Most of the changes are 
>> under the hood to improve stability, allow easier maintenance and easier 
>> addition of new features.
>> * The makefile based stitching engine has been replaced with direct calls 
>> to the underlying programs. This should reduce the overhead of calling the 
>> same program too often and so speed up the whole process. Hopefully this 
>> also allows the usage of more unusual characters in the filename. Instead 
>> of pto2mk and make we now have hugin_executor which can also be used for 
>> running the assistant from the command line.
>> * Hugin now has it's own blender, verdandi, based on a watershed 
>> algorithm, which has been included in 'nona'.  verdandi can be chosen as 
>> the blender by choosing "builtin" in the stitcher tab, and can also be set 
>> in  the Preferences. verdandi can also be called as a command line tool.
>> * The lensfun library has been removed as it did not fulfill our 
>> expectations. It has been replaced with our own camera and lens database 
>> which uses a data mining approach and operates automatically without user 
>> intervention. Geometric distortion and vignetting data have to be loaded 
>> manually.
>> * The fast preview window has a new tool to add or remove control points 
>> to selected areas in the output projection.
>> * Automatic exposure stack detection is now applied when loading images, 
>> and an option has been added to unlink image position when adding stacks.
>> * The fine-tune and auto-estimate functions in the control point tab have 
>> been made projection aware. It should now work also with images with 
>> different fov or different projections. The fine-tune featu

Re: [hugin-ptx] Hugin-2014.0.0.dmg on sourceforge - what version of OS X?

2014-12-22 Thread ___matthieu___
Hello,

when does it ask for admin login ? it should not ask for it.

Is it when launching the GUI or when you run a command line tool ?

Thanks,

On Monday, December 22, 2014 1:13:08 PM UTC+1, motoani wrote:
>
> Ok, deleted what I had (somehow it was 2013 release) and reinstalled 
> (correct 2014). Does work now except gives a Wx Widget debug error... after 
> requiring an admin login. Odd?
>
> Thanks,
>
> Adrian
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/63dedcc4-d030-4db7-8bd6-9426c46db7fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Hugin-2014.0.0.dmg on sourceforge - what version of OS X?

2014-12-17 Thread ___matthieu___
Hello,

cpfind is located in /Applications/HuginTools/ if you copied all folders in 
/Applications

You can call it with the absolute path or add /Applications/HuginTools/ in 
your $PATH

On Wednesday, December 17, 2014 10:16:08 AM UTC+1, motoani wrote:
>
> Hi, I've recently jumped form OSX 10.4 to 10.10 (new machine of course) 
> and the CPFIND in this build doesn't appear to work. Did you need to tweak 
> anything or put files in a certain path?
>
> Thanks,
>
> Adrian
>  
>
>> Hugin-2014.0.0.dmg is for MacOSX 10.6 and later; it should work from 10.6 
>> to 10.10, 10.10 is not tested as I do not have this version, I only have 
>> 10.9.
>>
>>
>> This .dmg works on OS X Yosemite (10.10.1 (14B25)).
>> There are some minor annoyances regarding masks (one has to enter the 
>> admin password to edit them), but the full workflow from images to panorama 
>> works as before.
>>
>>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/95f4b85f-810d-45a4-8bc0-ae09d304234b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Re: Hugin-2014.0.0.dmg on sourceforge - what version of OS X?

2014-12-12 Thread ___matthieu___
Hello,

Sorry for not making a post in the release thread, I uploaded the binary 
telling me I would announce it afterwards but I forgot :(

Hugin-2014.0.0.dmg is for MacOSX 10.6 and later; it should work from 10.6 
to 10.10, 10.10 is not tested as I do not have this version, I only have 
10.9.

On Friday, December 12, 2014 3:19:45 AM UTC+1, Tduell wrote:
>
> Hello All, 
> We have Hugin-2014.0.0.dmg (79.8 MB) available at   
> . 
> Can anyone tell me what version of OS X this is for...or doesn't it 
> matter? 
>
> Cheers, 
> -- 
> Regards, 
> Terry Duell 
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/1a56f9e8-9939-4411-a793-362c1c04e815%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Re: wxWidgets Debus Alert (693)

2014-11-21 Thread ___matthieu___
Hello,

What version are you using ? What is your platform ?

Cheers,

Matthieu

On Friday, November 21, 2014 4:00:33 AM UTC+1, DrShaz Austin D wrote:
>
> I see others are having a similar problem with the following message:
>
> wxWIdgets Debug Alert
>
> ../src/common/menucmn.cpp(693): assert "! m_menuBar" failed in 
> Attach():attaching menu twice?
>
> So you want to stop the program?
>
> You can also choose [Cancel] to suppress further warnings
>
>
> 
>
> I cannot cancel, yes or no.  I have to force quit.  Any suggestions?  This 
> is my first version and I downloaded it twice.  
>
>
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/a275b79d-e79a-4262-848a-4f16ec9be88e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Re: Use hugin to construct a 3d image from 2d image sets 3d VOXEL

2014-08-19 Thread ___matthieu___
Hello,

you just need to search voxel_src.zip on google :

https://www.google.com/search?q=voxel_src.zip&ie=utf-8&oe=utf-8

Cheers,

Matthieu

On Tuesday, August 19, 2014 4:06:27 PM UTC+2, Sabuj Das Gupta wrote:
>
> Hello Bugbear,
> I am sorry about my confusion. I think this was a Hugin project. Is there 
> anyone who can send/upload this project?
> That would be a great help. 
> thanks
>
> On Tuesday, August 19, 2014 2:09:33 AM UTC-6, bugbear wrote:
>
>> Sabuj Das Gupta wrote: 
>> > Those links are dead. Will be much appreciated if anyone can upload 
>> them in here. thanks 
>>
>> This was not a hugin project. 
>>
>>   BugBear 
>>
>>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/70161d16-4ee7-4357-a51d-36061f763aaa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Re: Hugin 2014.0-RC4 release

2014-07-09 Thread ___matthieu___
Hello,

One last build for the RC4 : 

https://sourceforge.net/projects/hugin/files/hugin/hugin-2014.0/Hugin-2014.0-RC4-build-4.dmg/download

which has the "final" form for the translation problem correction.

If nothing is wrong, do not hesitate to say it.
If anything is wrong, do not hesitate to describe it here.

Thanks, 

Matthieu

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/45035959-1aff-4c0b-941a-cbb4bd43b34f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Re: Hugin 2014.0-RC4 release

2014-07-06 Thread ___matthieu___
Hello,

Here is a third build of Hugin 2014.0 rc4 :

http://sourceforge.net/projects/hugin/files/hugin/hugin-2014.0/Hugin-2014.0-RC4-build-3.dmg/download

Thanks to Thomas, I got rid of the translations not loading, so now it 
should now be translated correctly.

I also applied a patch Thomas gave me to get rid of the assertion failure 
message when using icpfind (the one in commit 8822268d82fa).

Do not hesitate if you encounter any problem with this build.

Thanks,

Matthieu

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/c1c76b36-3786-433c-9e6a-46766b72f8ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Re: Building Hugin on OSX 10.9 Mavericks (doesn't work)

2014-06-30 Thread ___matthieu___
Hi,

is it related to https://bugs.launchpad.net/hugin/+bug/1325389 ?

Regards,

Matthieu

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/d07a81cf-187d-405a-8d3f-69b25302cf11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Re: Building Hugin on OSX 10.9 Mavericks (doesn't work)

2014-06-29 Thread ___matthieu___
Hello,

are you using the xcode workspace or the cmake build ?

I know I built it on 10.9 with xcode and it ran fine, but it was more than 
6 months ago and I remember it was not an easy build.

What kind of errors are you having ?

On Monday, June 30, 2014 7:53:12 AM UTC+2, B1tstreamAlpha wrote:
>
> Has anyone else here attempted to build Hugin natively on OSX 10.9 
> Mavericks?
>
> I am having a terrible time of it and before I start spewing compiler 
> outputs, I thought I'd ask if anyone else has already made a successful 
> build.
> Ok technically I've gotten it to *build* after much pain and few hacks, 
> but I still have a runtime error when loading the dylibs...
> So either I'm doing something wrong, or perhaps nobody's done a native 
> build on 10.9 yet (and lived to tell about it).
>
> So, anyone done it? If so, how? And if not, I'd appreciate some help with 
> my broken build...
>
> Thanks
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/6f2acb1c-f925-4040-9fdd-5495512680f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Re: Hugin 2014.0-RC4 release

2014-06-29 Thread ___matthieu___


On Tuesday, June 24, 2014 5:12:23 PM UTC+2, T. Modes wrote:
>
> Hi Matthieu,
>
> Am Sonntag, 22. Juni 2014 11:50:01 UTC+2 schrieb ___matthieu___:
>>
>>
>> - hugin.mo is not loaded, resulting in a partially translated interface.
>>
>
> I have still no idea about this. Could you try if the example/internat in 
> wxWidgets src distribution works okay?
>

yes, example/internat works, which is puzzling me all the more.
 

>
>> - when running icpfind from the command line, there would be a long delay 
>> and then an error message; the -build2 is build with wxwidgets-3.0.1 and 
>> now the delay is gone but not the error message :
>>
>> ./src/common/cmdline.cpp(369): assert "Assert failure" failed in 
>> FindOptionByAnyName(): Unknown option verbose
>>
>
> You description helped me. Could you try if the attached patch fixes the 
> issue?
>

 I applied the patch locally and the assertion does not fail anymore.
 I posted earlier a question about that on wx-users and a developer 
suggested what you did in the patch.

https://groups.google.com/forum/#!topic/wx-users/6wautWeOgrc

>  
>
>> On the build itself, I had to change a few things :
>>
>> - the include added on treelistctrl.cpp did not work, so I changed it 
>> like this :
>>
>> Go ahead and commit this changes, if you need them.
>  
>
>> - there seem to be a dependency on GLUT in the library vigra_impex, I 
>> added it.
>>
>
> That's strange. Vigra has no dependency on GLUT as far as I know. What was 
> the error message?
>

The library was hugin_base, and there were missing references on 
glut_xxx functions during the linking phase
 

>  
>
>> - I changed the bundling script as wxwidgets changed the way the .dylib 
>> files are numbered.
>>
>> There are thus changes on one source file and the others are on the build 
>> system.
>>
>
> That's seems only the affect the Mac building. If Harry has no objections, 
> go ahead and commit your changes.
>

 I have pushed the changes on the xcode project and the 
treelistctrl.cpp both on the 2014.0 branch and grafted on the default one.

Cheers 

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/12c2029f-0bb1-4caf-8b5d-50ef58ba2ad2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Re: Hugin 2014.0-RC4 release

2014-06-22 Thread ___matthieu___
Hello,

I have uploaded on sourceforge the build for MacOSX :

http://sourceforge.net/projects/hugin/files/hugin/hugin-2014.0/Hugin-2014.0.0-RC4-build-2.dmg/download

There are two problems remaining :

- hugin.mo is not loaded, resulting in a partially translated interface.

- when running icpfind from the command line, there would be a long delay 
and then an error message; the -build2 is build with wxwidgets-3.0.1 and 
now the delay is gone but not the error message :

./src/common/cmdline.cpp(369): assert "Assert failure" failed in 
FindOptionByAnyName(): Unknown option verbose

Call stack:
[00] wxAppConsoleBase::OnCmdLineParsed(wxCmdLineParser&) 
[01] iCPApp::OnCmdLineParsed(wxCmdLineParser&) icpfind.cpp:7
[02] wxAppConsoleBase::OnInit()  
[03] wxApp::CallOnInit() 
[04] wxEntry(int&, wchar_t**)
[05] mainicpfind.cpp:16
[06] start  

The command line I run is pretty simple : "icpfind -o out.pto no-cp.pto"

However, if I choose to continue, icpfind does its work.

On the build itself, I had to change a few things :

- the include added on treelistctrl.cpp did not work, so I changed it like 
this :

--- a/src/hugin1/hugin/treelistctrl.cpp
+++ b/src/hugin1/hugin/treelistctrl.cpp
@@ -50,7 +50,9 @@
 #include 
 #include 
 
-#ifdef __WXMAC__
+#if defined(__WXMAC__) && defined(__WXOSX__)
+#include "wx/osx/private.h"
+#elif defined(__WXMAC__)
 #include "wx/mac/private.h"
 #endif

- there seem to be a dependency on GLUT in the library vigra_impex, I added 
it.
- I changed the bundling script as wxwidgets changed the way the .dylib 
files are numbered.

There are thus changes on one source file and the others are on the build 
system.

I still have not committed these changes as I wanted to have Harry & Thomas 
approval on this.

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/b9473ce1-88f4-4791-836b-cdb292b42c0d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Re: Hugin 2014.0rc2 released

2014-05-09 Thread ___matthieu___
Hello,

I can reproduce it on 10.8; icpfind on the command line displays the error 
message; however, if I choose "No", icpfind goes to the end and the output 
file is created, although it takes a long time (13 minutes in my case).

With the simple UI, "Align..." will show the same behaviour you described; 
however, as a workaround, if I go to the Advanced UI, the "create control 
points" in the photos tab has no problem.

These tests were made after loading default preferences.

I do not know what causes this. And sadly, I will not be able to available 
for 15 days to search on this.

Regards,

Matthieu

On Thursday, May 8, 2014 8:41:59 AM UTC+2, Ev wrote:
>
> Hi,
>
> I'm still getting a problem on OSX with 2014 rc2, where when running the 
> assistant or in batch mode, icpfind crashes, then throughs an error:
>
> wxWidgets Debug Alert
> ../src/common/cmdline.cpp(541): assert "i != (-1)" failed in 
> FoundSwitch(): unknown switch
>
> Call stack:
> [00] wxAppConsoleBase::OnCmdLineParsed(wxCmdLineParser&)
> [01] iCPApp::OnCmdLineParsed(wxCmdLineParser&)
> [02] wxAppConsoleBase::OnInit()
> [03] wxApp::CallOnInit()
> [04] wxEntry(int&, wchar_t**)
> [05] main
> [06] start
> [07] 0x0004
>
>  Meaning that the assistant won't work. Hugin 2013 works fine. It happens 
> in the command line too.
>
> I posted a bug report here: https://bugs.launchpad.net/hugin/+bug/1276350
>
> Do you have any ideas?
>
> Thanks
>
>
> On Thursday, May 1, 2014 2:50:28 AM UTC+10, ___matthieu___ wrote:
>>
>> Hello,
>>
>> Sorry for missing rc1, but here is the build for rc2 :
>>
>>
>> https://sourceforge.net/projects/hugin/files/hugin/hugin-2014.0/Hugin-2014.0.0-RC2.dmg/download
>>
>> The i18n problem  is still present, only part of the UI is translated 
>> (loading hugin.mo fails but I was not able to trace it further).
>>
>> It comes with libpano13-2.9.19-rc1 and wxWidgets-3.0.0.
>>
>> If you encounter any problem, let me know,
>>
>> Cheers,
>> Matthieu
>>
>>  

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/a8a14629-a8d8-4806-a853-aa44883a0de9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Re: Hugin 2014.0rc2 released

2014-04-30 Thread ___matthieu___
Hello,

Sorry for missing rc1, but here is the build for rc2 :

https://sourceforge.net/projects/hugin/files/hugin/hugin-2014.0/Hugin-2014.0.0-RC2.dmg/download

The i18n problem  is still present, only part of the UI is translated 
(loading hugin.mo fails but I was not able to trace it further).

It comes with libpano13-2.9.19-rc1 and wxWidgets-3.0.0.

If you encounter any problem, let me know,

Cheers,
Matthieu

 

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/8d5c9c59-aaf5-4ded-a901-2f2ca6f58367%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Hugin 2014.0beta1 released

2014-01-20 Thread ___matthieu___
Hi David,

This is another problem that sometimes occurs (not exactly this one, but 
similar), it usually goes away with no reason, i.e. I relaunch Hugin or 
PTBatcherGUI and I do not have the error message again.

I uploaded a build based on wxWidgets-3, would you mind giving it a try ?

http://sourceforge.net/projects/hugin/files/hugin/hugin-2014.0/Hugin-2014.0.0-beta1-wx3.dmg/download


Thanks,

Matthieu

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/4463da49-983c-46a4-a320-5d79716fc0cf%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [hugin-ptx] Re: Hugin 2014.0beta1 released

2014-01-20 Thread ___matthieu___
Hi Carl,

That is what I do not understand : I also tested it on 10.6 where French is 
set as the primary language and the UI was in English.

I uploaded another version built around wxWidgets-3 and it shows the same 
problem

http://sourceforge.net/projects/hugin/files/hugin/hugin-2014.0/Hugin-2014.0.0-beta1-wx3.dmg/download.

I really do not understand and more importantly I cannot reproduce this 
problem with simpler code.

Thanks,

Matthieu 

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/34d4d9db-d0c3-4430-9d13-10bb1e150c17%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[hugin-ptx] Re: Hugin 2014.0beta1 released

2014-01-15 Thread ___matthieu___
I forgot to say :

When stitching with HuginStitchProject, the last step is to copy exif data 
and it fails on this step (I just discovered the source of the error, 
expect a new build soon)

On Wednesday, January 15, 2014 8:54:16 AM UTC+1, ___matthieu___ wrote:
>
> Hello,
>
> I finally managed to have a "correct" build for MacOSX; it is here : 
>
>
> http://sourceforge.net/projects/hugin/files/hugin/hugin-2014.0/Hugin-2014.0.0-beta1-wx2.dmg/download
>
> It is build against wxWidgets-2.9.3 and still has the i18n problem.
>
> I tested a build with 3.0.0 and it still had no translation. I am really 
> at a loss with this problem.
>
> Cheers,
>
> Matthieu
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/70b7f4fd-1f70-41cb-a12f-6aaf340db916%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[hugin-ptx] Re: Hugin 2014.0beta1 released

2014-01-14 Thread ___matthieu___
Hello,

I finally managed to have a "correct" build for MacOSX; it is here : 

http://sourceforge.net/projects/hugin/files/hugin/hugin-2014.0/Hugin-2014.0.0-beta1-wx2.dmg/download

It is build against wxWidgets-2.9.3 and still has the i18n problem.

I tested a build with 3.0.0 and it still had no translation. I am really at 
a loss with this problem.

Cheers,

Matthieu

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/98eecf7d-26b8-4b94-b1f0-bf014b1e03bd%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[hugin-ptx] Re: Hugin 2013.0.0 released

2013-11-22 Thread ___matthieu___
Hi Carl,

I do see the problem here as well.

I will dig into the problem, but from what I see, the primary language is 
reported well by the DEBUG_TRACE on lines 262-264 of huginApp.cpp 

Can someone give me a lead on what to look for ?

Thanks,

Matthieu

On Monday, November 18, 2013 10:13:59 PM UTC+1, zarl wrote:
>
> Hi Matthieu,
>
> sorry that it took me so long to stumble over an issue with the release 
> for OS X... In the last weeks I had used both the 3013.0.0-rc as well as 
> the old 2012.0 version.
>
> The current default download for OS X will (at least on my Mac) always 
> start using the english version while both other versions I mentioned start 
> in my system's default language (DE). Is it possible that the de.pto is 
> missing in the current build? Are other language versions affected as well?
>
> Carl
>
> Am Freitag, 1. November 2013 23:49:40 UTC+1 schrieb ___matthieu___:
>>
>> Hello,
>>
>> Sorry for the last post, but MacOSX binaries are now available here :
>>
>>
>> http://sourceforge.net/projects/hugin/files/hugin/hugin-2013.0/Hugin-2013.0.0.dmg/download<http://www.google.com/url?q=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fhugin%2Ffiles%2Fhugin%2Fhugin-2013.0%2FHugin-2013.0.0.dmg%2Fdownload&sa=D&sntz=1&usg=AFQjCNES9iS87oLHhXtZa4GjmiHBIh5OTw>
>>
>> They have been tested to run on MacOSX 10.6, 10.8 and 10.9; they are 
>> 64bit-only binaries.
>> Python scripting is available.
>>
>> Cheers,
>>
>> Matthieu.
>>
>>>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/58121b0f-4822-4540-ad67-5a74091ead57%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[hugin-ptx] Re: Pop-up error when stitching

2013-11-06 Thread ___matthieu___
Hi Donald,

The error message you get seems to be related to the fact that PTBatcherGUI 
detects that there is a stitching in progress.

It may be related to the content of the file where ptbatchergui stores its 
queue list.

The file is in the directory $HOME/Library/Preferences/; its name is .ptbX 
where X is a number (mine is .ptb1 or .ptb0).
Once you've backed up that file, you can start PTBatcherGUI while 
maintaining pressed the Command Key;
PTBatcherGUI should ask you if you want to skip the queue loading; answer 
yes. 
Once you've launched Hugin and asked it to stitch the panorama, does it 
give you the error message you are having ?

Cheers,

Matthieu

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/4f512983-1c81-4744-b4a2-dcd4a4ee8297%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[hugin-ptx] Re: Hugin 2013.0.0 released

2013-11-01 Thread ___matthieu___
Hello,

Sorry for the last post, but MacOSX binaries are now available here :

http://sourceforge.net/projects/hugin/files/hugin/hugin-2013.0/Hugin-2013.0.0.dmg/download

They have been tested to run on MacOSX 10.6, 10.8 and 10.9; they are 
64bit-only binaries.
Python scripting is available.

Cheers,

Matthieu.

>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/54a90f57-a551-4ec7-a8a7-01ec81cfa758%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[hugin-ptx] Re: I am a Photographer... Not a Programer... I need help!

2013-10-30 Thread ___matthieu___
Hello,

On Wednesday, October 30, 2013 5:25:22 AM UTC+1, Bob Graham, Jr. wrote:
>
> I am trying to load the latest version of Hugin. I am using OS X Maverick 
> on a Mac Book Pro. 
>
After downloading hugin-2013.0.0.tar.bz2 I hit a dead end. [...]
>

What you downloaded was the latest source code. 

I have not yet build the final release of Hugin 2013.0, but you can use the 
test build that is there :

http://sourceforge.net/projects/hugin/files/hugin/hugin-2013.0/Hugin-MacOSX-2013.0.0-rc1-10.6.dmg/download

It runs on Mavericks*

I should be able to upload the release build by the end of the week.


Cheers,

Matthieu

*: https://groups.google.com/forum/#!topic/hugin-ptx/7iFTtrsp_SY

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/8c296384-33a6-47d0-b3aa-cd0ecf8f345c%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[hugin-ptx] Re: Has anyone tried Hugin on Mac OS X 10.9?

2013-10-24 Thread ___matthieu___


On Wednesday, October 23, 2013 2:08:11 PM UTC+2, George R wrote:
>
> I am running Hugin  2013.0.0-rc1 on a Mac and I have two questions:
>  a) Is there a more recent release that I have missed?
>

   At the moment, I am struggling to do a "release build" of the rc2; I 
only have a "debug build" at the moment.
   The last  version I built was 2013.0-rc1.


>  b)  Has anyone tried  the 2013.0.0-rc1 on the new release of Mac OS X 
> 10.9?
>

   The debug build of the rc2 runs fine on 10.9, rc1 should run all right 
too; I can think of no reason why it would not.
   I just quick tested it and it runs.
 

>
>  c) Do the Mac developers here anticipate that we will need to 
> recompile/build Hugin for the new Mac OS X 10.9?
>

   In fact, there is no need : the 2013.0-rc1 was built on 10.8 with a 10.6 
compatibility. 
   You can retain compatibility for an older MacOSX version while building 
on a 
   newer MacOSX version with a newer version of the SDK (with limitations, 
   sometimes you have to use the older SDK)

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/e9bab430-6e9e-4dc8-8db8-badfeb8d83cf%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[hugin-ptx] Re: Hugin 2013.0rc1 released

2013-06-28 Thread ___matthieu___
Hi,

The build for MacOSX is available here :

http://sourceforge.net/projects/hugin/files/hugin/hugin-2013.0/Hugin-MacOSX-2013.0.0-rc1-10.6.dmg/download



An additional known issue (and its workaround) :
- when in Advanced GUI with the fast preview window closed and the tip of 
the day is displayed, the splash screen may not close. 
  A workaround is not to display the tip of the day. 

Cheers,

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/6dd6b2b5-29e8-4dc1-adf8-26594ad60fd8%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [hugin-ptx] Re: Problems encountered in 2013.0 beta 1

2013-05-30 Thread ___matthieu___


On Sunday, May 26, 2013 10:33:01 AM UTC+2, Harry van der Wolf wrote:
>
> Hi,
>

  Hello,
 

>
> I'm already doubting for a couple of weeks to release either a beta2 or an 
> RC1, but as there are still some issues with the OS X build due to the new 
> wxWindows 2.9.x (necessary for a full 64bit and CoCoa build), I still sit 
> on my hands doing nothing (with regard to Hugin that is).
>
> My questions are now:
> - Do we wait a little longer in the hope we can solve the remaining OS X 
> bundle issues in short time?
> - Or do I/we release a beta2/RC1, hopefully followed by a full release. 
> Then after the release probably an OSX patch version could be released with 
> the issues solved. This because the OS X issues are annoying but not really 
> showstoppers (or are they?)
>

I do not think these problems are showstoppers (except maybe the 
crop/field of view problem). But I am not the only mac user around here and 
I have a pretty simple workflow, so my opinion may not be the best.

- Or are we not in a hurry and simply wait a little longer?
>

-- 
-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[hugin-ptx] [MacOSX] Re: test build for Lion & Mountain Lion

2013-05-24 Thread ___matthieu___
Hello Donald,

On 13 mai, 17:33, Donald Johnston  wrote:
> Matthieu, to answer the question about starting hugin … I mostly start hugin 
> without a project.
> That is I start hugin, load images, do align, and create pano.  So, as soon 
> as I start hugin I'm getting the triangle problem.

  I have made a new build with a possible solution to the problem you
are facing :

http://matthieu.desile.free.fr/hugin/Hugin-Release-2013.0.0.6282-a9991501efd8-10.6.dmg

  If you encounter any other problem with this build, do not hesitate
to tell me,

Cheers,

Matthieu

-- 
-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[hugin-ptx] [MacOSX] Problems encountered in 2013.0 beta 1

2013-05-24 Thread ___matthieu___
Hello,

There are several problems I have seen while using the 2013.0 branch :

- icpfind does not correctly read the preferences file; the cause is
wxWidgets differenciates between a command line tool and a GUI
application when it comes to reading configuration file. A solution
has been found but it needs testing.
A build with the solution is here :
http://matthieu.desile.free.fr/hugin/Hugin-Release-2013.0.0.6282-a9991501efd8-10.6.dmg

- the splash screen frame is not always closed; I already described
this here : http://groups.google.com/group/hugin-ptx/msg/4ad2bceef80ab44c
  I intend to take a look at it (it does not involve complicated
parts) but if someone has already clues about why it appears, do not
hesitate.

- I have to double-click twice to open a project : in Finder, the
first double-click on a .pto file opens Hugin, the second loads the
project file.

- cpfind always use one thread; it is related to an old patch I sent
(http://groups.google.com/group/hugin-ptx/browse_thread/thread/
c274fa6a9877e38d/39be38c2698eb1a3) : due to an overflow, the memory is
always 0, and cpfind thus only use one thread. a patch is here :
http://matthieu.desile.free.fr/hugin/cpfind-available-memory.patch

- the keyboard shortcut to open the preferences is not present; I have
not yet tested a simple wxWidgets to know if it is related to
wxWidgets or Hugin.

- In the fast panorama preview, when I want to change the field of
view, the crop I defined is changed and when I change the crop, the
field of view is changed also. I made a movie for this (
http://matthieu.desile.free.fr/hugin/Hugin-Crop-Jump.mov) showing this
behavior.

A lot of these problems seems related to wxWidgets. Is there any port
(linux or windows) that uses the 2.9.x version ?

Cheers,

Matthieu

-- 
-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[hugin-ptx] Re: [MacOSX] PTBatcherGUI toolbar

2013-05-16 Thread ___matthieu___
Hi,

I'll try your build (I was using your builds of 2012) but I want to access 
> to same command line tools, there is some way to access them? 
>

I am not sure I understand your question; if you want to access the 
command line tools, 
you just have to open the dmg and in the terminal you specify the path 
to the tools 
(for example "/Volumes/Hugin\ 2013.0.0.6321\:4a43fef669c1\ 
Release/HuginTools/cpfind -o ...")
(note that anything relying on Python won't work in this case)

If I am answering the wrong question, do not hesitate to tell me,

Cheers,

Matthieu

-- 
-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [hugin-ptx] [MacOSX] test build for Lion & Mountain Lion

2013-05-14 Thread ___matthieu___
Hi,

On Tuesday, May 14, 2013 1:33:07 AM UTC+2, ___matthieu___ wrote:
>
> Hi,
>
> I found how to reproduce the problem you're having.
>
> - First, why the default CP settings is not used :
>
> hugin Preferences lives in ~/Library/Preferences. When icpfind is 
> launched, a new set of preferences is created in the $HOME directory, but 
> it is only a minimal one (it has only two sections concerning Autopano and 
> only one control point configuration). As a reminder, it is attached to 
> this post.
>
> In the assistant, when you hit the Align button, the first program used is 
> icpfind, which creates its "empty" preferences file and then this file is 
> used to search the configuration you use. Since it has only one control 
> point configuration in this file, the ones that are defined in 
> $HOME/Library/Preferences/hugin Preferences is not used.
>
> I can reproduce it with the beta one build and my build, using the GUI and 
> the CLI tool.
>

More on this :

The second "hugin Preferences" file is created on 
src/hugin1/icpfind/icpfind.cpp::iCPApp::ReadDetectorConfig() on the 
"config.Flush();" call. 

After that, I do not know what to do to investigate further.

Cheers,

Matthieu

-- 
-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[hugin-ptx] Re: Changes to panotools projects on Sourceforge, Mercurial repositories

2013-05-13 Thread ___matthieu___
Hi Bruno,

In the process of having a build of Hugin on MacOSX 10.8 that is compatible 
with MacOSX 10.6, I found that libpano13 was using a symbol (___progname) 
that was not present on OSX 10.6. 

I only found it in sys_compat_unix.c; I replaced the call from ___progname 
to getprogname() (which is defined in stdlib.h). 
This enables the library to be used on 10.6 and 10.8 without problem.

Though, I do not know if my change produces the same output, it used (from 
what I found) only in file.c:panoPSDResourcesBlockWrite() and I do not know 
how to test it.

Is there any way to test it ? Is this change acceptable and/or can it lead 
to problems ?

I attach the diff to this post.

Matthieu

On Monday, May 13, 2013 11:01:37 PM UTC+2, Bruno Postle wrote:
>
> Hi all, Sourceforge have 'upgraded' the panotools project on 
> sourceforge: http://sourceforge.net/projects/panotools/ 
>
> Mercurial repositories have moved, you can now find the libpano13 
> code here: 
>
>hg clone http://hg.code.sf.net/p/panotools/libpano13 
>
> So if you have an existing checkout you can either rebase it by 
> editing the .hg/hgrc file, or just fetch a fresh one.  The old 
> Mercurial repository will continue to exist, but is now read-only. 
>
> I took the opportunity to migrate the other panotools projects from 
> Subversion to Mercurial (hooray!), these are: 
>
> Panotools::Script - perl module for manipulating Hugin .pto projects 
>
> GIMP plugin - A GIMP panotools plugin, this needs to maintenance 
>
> ptfilter - Photoshop filters for panotools 
>
> MPRemap - Java moving panoramas remapping 
>
> If there is anything I'm missing, please let me know.  e.g. I 
> haven't migrated the old libpano12 binary-compatible library - Does 
> anyone want this? 
>
> -- 
> Bruno 
>

-- 
-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


diff -r 04c52cae988a sys_compat_unix.c
--- a/sys_compat_unix.c	Fri Apr 12 18:56:04 2013 +0200
+++ b/sys_compat_unix.c	Tue May 14 01:37:33 2013 +0200
@@ -20,6 +20,10 @@
 #include "sys_compat.h"
 #include 
 
+#ifdef __APPLE__
+#include 
+#endif
+
 int panoTimeToStrWithTimeZone(char *sTime, int len, struct tm  *time) 
 {
 assert(len >= 11);
@@ -29,6 +33,10 @@
 
 char *panoBasenameOfExecutable(void)
 {
+#ifdef __APPLE__
+return getprogname();
+#else
 extern char *__progname;
 return __progname;
+#endif
 }


Re: [hugin-ptx] [MacOSX] test build for Lion & Mountain Lion

2013-05-13 Thread ___matthieu___
Hi,

I found how to reproduce the problem you're having.

- First, why the default CP settings is not used :

hugin Preferences lives in ~/Library/Preferences. When icpfind is launched, 
a new set of preferences is created in the $HOME directory, but it is only 
a minimal one (it has only two sections concerning Autopano and only one 
control point configuration). As a reminder, it is attached to this post.

In the assistant, when you hit the Align button, the first program used is 
icpfind, which creates its "empty" preferences file and then this file is 
used to search the configuration you use. Since it has only one control 
point configuration in this file, the ones that are defined in 
$HOME/Library/Preferences/hugin Preferences is not used.

I can reproduce it with the beta one build and my build, using the GUI and 
the CLI tool.

- Second, why there is a greyish box.

To reproduce this, you have to have a specific combination :
- hugin GUI is set to Advanced or Expert (/GuiLevel=1 or /GuiLevel=2)
- the tip of the day is displayed (/MainFrame/ShowStartTip != 0)
- and the GL Preview Frame is not shown (/GLPreviewFrame/isShown=0)

With my build, it works every time : the splash screen is displayed, the 
splashscreen is greyed out (I think the image contained and/or the frame is 
destroyed) the Main Frame appears but the frame that contained the splash 
screen is still present, though empty.
The tip of the day is then displayed, but under the frame that contained 
the splash screen.

There are workarounds :
- in Library/Preferences/hugin Preferences, if I change 
GLPreviewFrame/isShown to 1, the splash screen really disappears
- if I do not display the tip of the day, the splash screen really 
disappears, even if the GL Preview Frame is not shown.

I can reproduce it with my build every time I have these conditions. I can 
also reproduce with the beta 1 build, although with more difficulty (it 
depends which window has the focus, or something like that) which could 
mean that the order the windows appears in could be important.

Although I know how to reproduce these problems, I tried debugging in Xcode 
but I can only poke around without really knowing where to look; if someone 
could point me some directions, I would gladly help.

Thanks,

Matthieu

On Monday, May 13, 2013 5:33:27 PM UTC+2, Donald Johnston wrote:
>
> Matthieu, to answer the question about starting hugin … I mostly start 
> hugin without a project.  That is I start hugin, load images, do align, and 
> create pano.  So, as soon as I start hugin I'm getting the triangle 
> problem. 
>
> On 2013-05-12, at 6:27 PM, ___matthieu___ > 
> wrote: 
>
> > Hello Donald, 
> > 
> > On 11 mai, 23:15, Donald Johnston  wrote: 
> >> Matthieu … I just tested this level and it works well for me except for 
> the following two points. 
> >> 
> >> 1. when I start Hugin there is a whitish-grey rectangular box sitting 
> in front of the "Tip of the Day" window.  I can just see the top of that 
> window enough that I can drag it out from under the rectangle and read what 
> it says.  When I exit the tips window the rectangle also disappears. 
> > 
> >  I can not reproduce this problem; I remember having it once but I am 
> > now unable to reproduce it. 
> > 
> >  Does it happen all the time ? Does the problem appear on project 
> > with errors, or with projects containing a lot of images ? 
> >  Does it happen if you launch Hugin without opening a project ? 
> > 
> >> 2. perhaps you've seen the previous set of emails about --linearmatch 
> that Thomas was helping me with.  The concensus is that the default Control 
> Points Detector under Preferences should be called when using the Align 
> button on the Assistant tab.  It sounds like it works on Thomas' machine 
> (not sure what OS he is running) but isn't working on your build on my Mac. 
>  Does this work on you machine? 
> > 
> >  I had not read this thread; I will look into it. 
> > 
> > Cheers, 
> > 
> > Matthieu 
> > 
> > -- 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups "Hugin and other free panoramic software" group. 
> > A list of frequently asked questions is available at: 
> http://wiki.panotools.org/Hugin_FAQ 
> > To post to this group, send email to hugi...@googlegroups.com 
> > To unsubscribe from this group, send email to 
> hugin-ptx+...@googlegroups.com  
> > For more options, visit this group at 
> http://groups.google.com/group/hugin-ptx 
> > 
> > --- 
> > You received this message because you are subscribed to the Google 
> Groups "hugin and other free panoramic software" group. 
> > To unsubscribe fr

[hugin-ptx] [MacOSX] Re: test build for Lion & Mountain Lion

2013-05-13 Thread ___matthieu___
Hello,

[...]> > 1. when I start Hugin there is a whitish-grey rectangular box
sitting in front of the "Tip of the Day" window.  I can just see the
top of that window enough that I can drag it out from under the
rectangle and read what it says.  When I exit the tips window the
rectangle also disappears.
>
>   I can not reproduce this problem; I remember having it once but I am
> now unable to reproduce it.

I am now having the problem you describe; your two problems are
related.
I will try and find a way to reproduce it.

Cheers,

Matthieu

-- 
-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[hugin-ptx] Re: test build for Lion & Mountain Lion

2013-05-12 Thread ___matthieu___
Hello Donald,

On 11 mai, 23:15, Donald Johnston  wrote:
> Matthieu … I just tested this level and it works well for me except for the 
> following two points.
>
> 1. when I start Hugin there is a whitish-grey rectangular box sitting in 
> front of the "Tip of the Day" window.  I can just see the top of that window 
> enough that I can drag it out from under the rectangle and read what it says. 
>  When I exit the tips window the rectangle also disappears.

  I can not reproduce this problem; I remember having it once but I am
now unable to reproduce it.

  Does it happen all the time ? Does the problem appear on project
with errors, or with projects containing a lot of images ?
  Does it happen if you launch Hugin without opening a project ?

> 2. perhaps you've seen the previous set of emails about --linearmatch that 
> Thomas was helping me with.  The concensus is that the default Control Points 
> Detector under Preferences should be called when using the Align button on 
> the Assistant tab.  It sounds like it works on Thomas' machine (not sure what 
> OS he is running) but isn't working on your build on my Mac.  Does this work 
> on you machine?

  I had not read this thread; I will look into it.

Cheers,

Matthieu

-- 
-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[hugin-ptx] Re: [MacOSX] test build for Lion & Mountain Lion

2013-05-11 Thread ___matthieu___
Hello,

Since I noticed a bug* that I was able to find a patch for, here is a
new build :

http://matthieu.desile.free.fr/hugin/Hugin-Release-2013.0.0.6321-4a43fef669c1-10.6.dmg

Cheers,

Matthieu

*: 
http://groups.google.com/group/hugin-ptx/browse_thread/thread/23a46125156635dd

-- 
-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[hugin-ptx] Re: [MacOSX] PTBatcherGUI toolbar

2013-05-11 Thread ___matthieu___
Hi,

[...]
> Confirmed. The toolbar is gone. Funny that I never noticed.
> I tried to see whether it had something to do with the
> simple/advance/expert settings in Hugin, but that doesn't make a difference.

So I searched on the wx side and it was a bug in the 2.9 release*.
I applied the patch provided and it now works. So here is a new
build :

http://matthieu.desile.free.fr/hugin/Hugin-Release-2013.0.0.6321-4a43fef669c1-10.6.dmg

Cheers,

Matthieu

*: http://trac.wxwidgets.org/ticket/13888

-- 
-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[hugin-ptx] Re: test build for Lion & Mountain Lion

2013-05-11 Thread ___matthieu___
Hi,

> The only problems I see are :
>   - on 10.6, you have an error if you try to run hugin_python from the
> command line and import hsi; you can nevertheless import wx (but it's a
> small consolation)

This one I resolved : you can now use hugin_python from the command
line and import wx and hsi.

Here it is :

http://matthieu.desile.free.fr/hugin/Hugin-Release-2013.0.0.6320-53691abbeb55-10.6.dmg

If you run into any trouble, do not hesitate.

Thanks,

Matthieu

-- 
-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[hugin-ptx] [MacOSX] PTBatcherGUI toolbar

2013-05-11 Thread ___matthieu___
Hello,

I was trying to use PTBatcherGUI from the 2013.0 codebase and I
noticed that the toolbar is not visible and I can not find how to make
it visible.

I deleted ~/Library/Saved Application State/net.sourcforge.hugin.* and
~/Library/Preferences/hugin Preferences.

I tried with the beta 1 from Harry and noticed the same problem.

My main platform is 10.8 but the problem is the same on my 10.6
virtual machine.

With the 2012.0 build from sourceforge, the toolbar is here.

Did I miss something and the toolbar is gone for a reason or do I
really have a problem ?

Thanks,

Matthieu

-- 
-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[hugin-ptx] Re: Some enfuse questions from a serious and desperate user

2013-05-10 Thread ___matthieu___
Hi,

[...]
> If there is an OS X build of enfuse 4.1.1, that would be delightful! Where
> might I get it?  If not, I would like to get the PC version running.

you can grab my build of hugin that comes with a build of enblend
4.1.1

It should work on macosx 10.6 and up.

Please note that this is still a beta build so do not erase your
stable build.

http://matthieu.desile.free.fr/hugin/Hugin-Release-2013.0.0.6320-53691abbeb55-10.6.dmg

> Once I do have 4.1.1 running, what are the best practices for what I am
> trying to do? I am seeking well-colored tones from almost the deepest
> shadows to almost the brightest highlights.

That I do not know :(

Cheers,

Matthieu

-- 
-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [hugin-ptx] Re: test build for Lion & Mountain Lion

2013-05-07 Thread ___matthieu___
Hello,

I have built a new version based on the 2013.0 branch that now has Python 
support for 10.6 and with wxPython embedded, which means that the plugin 
"Crop Control Points" works.

It is here : 
http://matthieu.desile.free.fr/hugin/Hugin-Release-2013.0.0.6316-68a477c87b0a-10.6.dmg

It is a 64bits only build, it works on 10.6 and 10.8.

If anyone see any problem, please do not hesitate to report it to me.

The only problems I see are :
  - on 10.6, you have an error if you try to run hugin_python from the 
command line and import hsi; you can nevertheless import wx (but it's a 
small consolation)
  - you cannot run the python plugins if you launch Hugin from the dmg.
These problems do not affect the way hugin works, they are only small side 
problems (for me)

Cheers,

Matthieu

-- 
-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.