[Hugin-devs] [Bug 1575120] Re: pano_modify --rotate does not detect values < abs(1) on hugin 2016.0

2016-04-26 Thread MHorn
I do ;) I work with several already stitched full spherical stereoscopic image pairs and use hugin for the final transformation towards the target projection and fov while making small adjustments to all of them. Using the gui each time was tedious, so I scripted the whole process. Thanks and

[Hugin-devs] [Bug 1575120] Re: pano_modify --rotate does not detect values < abs(1) on hugin 2016.0

2016-04-26 Thread tmodes
No, in C++ there are also double variants of abs. But it is differently used by different compilers. Fixed in repository. Nevertheless, who needs such small angles for rotating without a GUI? ** Changed in: hugin Status: New => Fix Committed -- You received this bug notification because

[Hugin-devs] [Bug 1575120] Re: pano_modify --rotate does not detect values < abs(1) on hugin 2016.0

2016-04-26 Thread MHorn
I downloaded the source and made changes that appear to work for me (2016 branch): in pano_modify.cpp: add #include and replace abs() with fabs() Slightly off topic, I asked google how to submit a patch but couldn't find an easy answer within the first few minutes. For future reference, Is

[Hugin-devs] [Bug 1575120] [NEW] pano_modify --rotate does not detect values < abs(1) on hugin 2016.0

2016-04-26 Thread MHorn
Public bug reported: If on command line a pano_modify --rotate parameter is given, pano_modify checks for valid values with (pano_modify.cpp, line 745): if (abs(yaw) + abs(pitch) + abs(roll) > 0.0) If I'm not mistaken, abs() expects ints and the if-case will therefore return false, if no

[Hugin-devs] [Bug 1174013] Re: Crash while creating exr file for HDR tone mapping

2016-04-26 Thread tmodes
The crash happens in enblend, an external program. Please try with current version. ** Changed in: hugin Status: New => Incomplete -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1174013

[Hugin-devs] [Bug 1426792] Re: hugin (Win32) crashes only when masks involved

2016-04-26 Thread tmodes
I can't reproduce the crash with provided pto file. Please retest with current version. ** Changed in: hugin Status: New => Incomplete -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1426792

[Hugin-devs] [Bug 1247587] Re: Hugin crashes upon selecting images

2016-04-26 Thread tmodes
Please test 2016.0 version. ** Changed in: hugin Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1247587 Title: Hugin crashes upon selecting images Status

[Hugin-devs] [Bug 1497526] Re: Appcrash when starting Hugin: Error module MSVCR120.dll

2016-04-26 Thread tmodes
Please test the 2016.0 version which is built with Mingw. ** Changed in: hugin Status: New => Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1497526 Title: Appcrash when

[Hugin-devs] [Bug 1570436] Re: Hugin 2015 crashes before image is finished

2016-04-26 Thread tmodes
With these information I can't help. It works fine here on Windows. Maybe updating the graphic driver could help. ** Changed in: hugin Status: New => Incomplete -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin.