Add dialog to modify all image positions at once
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Hugin |
Fix Released
|
Wishlist
|
Unassigned |
Bug Description
There is currently no way to modify the parameters of
all images at the same time. Example use cases:
- Camera has been held vertically, ie. all pictures
need a roll +/- 90 degrees
- Panorama should be rotated left/right (= yaw) 20 degrees
- Pre-arrange images in a 360 degree panorama by
setting yaw from -180 to 180 (see Hugin FAQ example)
Add a button to the Images window which would open the
following dialog
- check box "Apply to all pictures"
<disables/
Number widget "First" Number widget "Last"
- 3x (one for yaw, pitch and roll)
check box "modify XYZ"
<disables/
combo box "Fixed" / "Rotate" / "Range"
Depending on combo box:
"Fixed": Number widget
"Rotate": Number widget
"Range": Number widget "From" Number widget "To"
- The usual Done/Apply/Cancel buttons
I've attached the perl script I have written to do
these kind of modifications directly on the .pto file.
It should clarify the functionality.
Changed in hugin: | |
importance: | Undecided → Wishlist |
Changed in hugin: | |
status: | New → Triaged |
Changed in hugin: | |
milestone: | none → 2018.0beta1 |
status: | Fix Committed → Fix Released |
The file modify_ pto_positions was added: Perl script performing modifications on .pto file directly