darktable-org / lua-scripts

151 stars 110 forks source link

Update script_data blocks in scripts with script_data.show #419

Closed wpferguson closed 1 year ago

wpferguson commented 1 year ago

418 is caused by the lack of a show() function in the returned script_data block. When I copied a script_data block as an example I noticed that is didn't include a .show entry in the initialization, but it did return one. This could lead to a misunderstanding, so the script_data initialization blocks should be updated to show all the elements.

wpferguson commented 1 year ago

Fixed by #422.