On 31.12.2013 19:34, Harry van der Wolf wrote:
> Hi all,
> 
> On the last day of the year 2013 we release the source tarball for the
> new Hugin release 2014.0.

On the 2014.0 beta1, the python plugins are not usable:
/usr/share/hugin/data/plugins/woa.py
   CAT:Control Points
   NAM:Warped Overlap Analysis
   fails @api-max
/usr/share/hugin/data/plugins/top_five.py
   CAT:Control Points
   NAM:keep 5 CPs per image pair
   fails @api-max
/usr/share/hugin/data/plugins/crop_cp.py
   CAT:Control Points
   NAM:Crop Control Points
   fails @api-max
/usr/share/hugin/data/plugins/shooting_pattern.py
   CAT:initial distribution
   NAM:6-1-1 Shooting Pattern
   fails @api-max

The patch attached to this mail will fix this.

With kind regards

Stefan Peter


-- 
"In summary, I think you are trying to solve a problem that may not
need to be solved, using a tool that is not meant to solve it, without
understanding what is causing your problems and without knowing how
the tool actually works in the first place :)"
Jeffrey J. Kosowsky on the backuppc mailing list
diff -r 1edc797e0d00 src/hugin_script_interface/plugins-dev/dual_use.py
--- a/src/hugin_script_interface/plugins-dev/dual_use.py	Sun Jan 12 10:34:57 2014 +0100
+++ b/src/hugin_script_interface/plugins-dev/dual_use.py	Sun Jan 12 14:43:14 2014 +0100
@@ -24,7 +24,7 @@
 # @category Examples
 # @name     Dual Use Plugin
 # @api-min  2011.1
-# @api-max  2012.0
+# @api-max  2014.0
 
 # dual_use will function as a hugin plugin and as a standalone
 # Python script.
diff -r 1edc797e0d00 src/hugin_script_interface/plugins-dev/plugin_skeleton.py
--- a/src/hugin_script_interface/plugins-dev/plugin_skeleton.py	Sun Jan 12 10:34:57 2014 +0100
+++ b/src/hugin_script_interface/plugins-dev/plugin_skeleton.py	Sun Jan 12 14:43:14 2014 +0100
@@ -19,7 +19,7 @@
 # @category Examples
 # @name     Skeleton Plugin
 # @api-min  2011.1
-# @api-max  2012.0
+# @api-max  2014.0
 
 # we use modern type python print statements:
 
diff -r 1edc797e0d00 src/hugin_script_interface/plugins/crop_cp.py
--- a/src/hugin_script_interface/plugins/crop_cp.py	Sun Jan 12 10:34:57 2014 +0100
+++ b/src/hugin_script_interface/plugins/crop_cp.py	Sun Jan 12 14:43:14 2014 +0100
@@ -24,7 +24,7 @@
 # @category Control Points
 # @name     Crop Control Points
 # @api-min  2011.1
-# @api-max  2013.1
+# @api-max  2014.0
 
 # crop_cps will function as a hugin plugin and as a standalone
 # Python script. It can also serve as a template for a slightly
diff -r 1edc797e0d00 src/hugin_script_interface/plugins/shooting_pattern.py
--- a/src/hugin_script_interface/plugins/shooting_pattern.py	Sun Jan 12 10:34:57 2014 +0100
+++ b/src/hugin_script_interface/plugins/shooting_pattern.py	Sun Jan 12 14:43:14 2014 +0100
@@ -41,7 +41,7 @@
 # @name     6-1-1 Shooting Pattern
 # @description apply a shooting pattern (6 around, 1 up 1 down)
 # @sys win nix mac
-# @api-max 2013.1
+# @api-max 2014.0
 # @api-min 2011.1
 
 # the position routine will apply yaw, pitch to an image
diff -r 1edc797e0d00 src/hugin_script_interface/plugins/top_five.py
--- a/src/hugin_script_interface/plugins/top_five.py	Sun Jan 12 10:34:57 2014 +0100
+++ b/src/hugin_script_interface/plugins/top_five.py	Sun Jan 12 14:43:14 2014 +0100
@@ -5,7 +5,7 @@
 # @category Control Points
 # @name     keep 5 CPs per image pair
 # @api-min  2011.1
-# @api-max  2013.1
+# @api-max  2014.0
 
 #    top_five.py - keep the five best CPs for each image pair
 
diff -r 1edc797e0d00 src/hugin_script_interface/plugins/woa.py
--- a/src/hugin_script_interface/plugins/woa.py	Sun Jan 12 10:34:57 2014 +0100
+++ b/src/hugin_script_interface/plugins/woa.py	Sun Jan 12 14:43:14 2014 +0100
@@ -25,7 +25,7 @@
 # @category Control Points
 # @name     Warped Overlap Analysis
 # @api-min  2011.1
-# @api-max  2013.1
+# @api-max  2014.0
 
 # note that if you want to read the script, it's written bottom-up, so the
 # higher-level routines are towards the end.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to