refresh function for externally edited images
Bug #679888 reported by
bugbear6502
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Hugin |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
In a large project, one may (for many reasons) need
to edit one of the source images.
It would be most helpful if this could somehow
be "refreshed" within Hugin.
At the moment, one has to quit and restart the
pano, which c an be time consuming.
Either explicit "reload" in the image dialog,
or a reload changed images button would serve.
<email address hidden>
To post a comment you must log in.
Logged In: YES
user_id=1347188
Originator: NO
this is more than just a simple feature requests. there are a number of bugs in the tracker that would be solved if hugin would check its list of images before undertaking any further step.
if i knew how and where to code it, i would code a generic function to check/update/reload the list of images.
i would check against location/ filename/ timestamp
in case of missing location/filename i would raise an exception and prompt the user with a "can't find file XXX" error, rather than continue execution and crash: sourceforge. net/tracker/ index.php? func=detail& aid=1890064& group_id= 77506&atid= 550441> (0.7.0) sourceforge. net/tracker/ index.php? func=detail& aid=1742019& group_id= 77506&atid= 550441> (0.7.1)
<http://
<http://
in case of newer timestamp, i would reload the image (which would solve this feature request).
the function would need to be as fast as possible, because it will become gatekeeper to many functions.
an update button would manually trigger it