Okay, looks like the current state of affairs actually does break the plugins, all of them. Look at this:
run python script: /usr/local/share/hugin/data/plugins/shooting_pattern.py HPI ERROR: can't find SWIG type for HuginBase::HuginBase::Panorama* Python interface returned -21 This looks odd: the interface receives a HuginBase::HuginBase::Panorama*, when all it should get is a plain old HuginBase::Panorama*, which is the type used for class Panorama: >>> import hsi >>> p=hsi.Panorama() >>> p <hsi.Panorama; proxy of <Swig Object of type 'HuginBase::Panorama *' at 0x7f9ced08ac00> > >>> Any ideas anyone? Lookslike some namespace mixup, like the namespace HuginBase accidentally got nested into another namespace of the same name. Hints welcome. Kay -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1448816 Title: hugin-2015.0.0_beta1 has no 'Actions' menu Status in Hugin - Panorama Tools GUI: New Bug description: hugin-2015.0.0_beta1 builds here OK, but has no 'Actions' menu. I have built using rpmbuild on Fedora 21, using the same .spec file as for recent builds of the default branch and those builds provide the 'Actions' menu, although attempting to use WOA in a recent build of 2014.1.0 did return an error. To manage notifications about this bug go to: https://bugs.launchpad.net/hugin/+bug/1448816/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~hugin-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~hugin-devs More help : https://help.launchpad.net/ListHelp

