Am Freitag, 8. Mai 2015, 22:27:00 schrieb Tony Moore:
> Is there a lua script that could reset the history stack and point it to
> the top?

No, Lua can't access the database directly. I am currently working on fixing 
this bug ( I already got styles to work again), but for the mean time you 
could try to run this in sqlite3 on your library.db:

UPDATE images SET history_end = (SELECT MAX(num)+1 FROM history WHERE imgid = 
id)

It will reset all history stacks to include everything there is.

Tobias

[...]

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to