[Hugin-devs] [Bug 799905] Re: Variables not passed to Python interface

2011-07-17 Thread Yuv
** Changed in: hugin Status: Fix Committed = 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/799905 Title: Variables not passed to Python interface Status in Hugin - Panorama

[Hugin-devs] [Bug 799905] Re: Variables not passed to Python interface

2011-06-22 Thread tmodes
Thanks for patch. It working here also. Committed. ** Changed in: hugin Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/799905 Title: Variables not

[Hugin-devs] [Bug 799905] Re: Variables not passed to Python interface

2011-06-21 Thread KFJ
I managed to get the code to work properly by doing this: In .../src/hugin_script_interface/hpi_classes.cpp (line 130) is the call to SWIG_Python_TypeQuery. Take away the SWIGRUNTIME before the statement, so that it reads: swig_type_info* swigtype = SWIG_Python_TypeQuery ( hsi_type ); I