Hi Kay, On 22 Jan., 10:08, kfj <[email protected]> wrote: > The new patch is now online at > > http://bazaar.launchpad.net/~kfj/+junk/script/view/head:/main/patch48... > > This has the accessor code for class SrcPanoImage and some cosmetic > changes
I commited a slightly modified version of your patch. Some comments about the changes: 1.) If you create swigpyrun.h in the source tree, it can happen (as in your patch) that you pull in this file into the repository and therefore the version management. An automatic created file should not be in version management. So I removed this part. 2.) There is no need for 2 versions of PanoramaVariable.h. The little difference for hugin and swig can easily achieved by an ifndef. So there is only one version and you don't handle with synchronisation of 2 versions of the same file. Thomas -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
