hanatos / vkdt

raw photography workflow that sucks less

Home Page:https://vkdt.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: in darkroom, add ability to reset all parameters to their default value on a given module

GLLM opened this issue · comments

commented

HI,

I regularly use some module and play with several parameters, until my pictures looks like $h!t ! :-D
I'd love to be able to reset (i.e. re set a value to its default one) all the module parameters with a single click.

Here is a worthless mockup:

Button on the right hand side on the module header would reset all 3 parameters group at once
image

Thanks
GLLM

hm to place a button there i'd need to reimplement the expanders (currently these are stock imgui widgets), but it can be done. i wanted to put buttons there anyways (temporarily disable for instance).

you know that you can reset most individual widgets by double clicking, right? i mean in this case it would be 3x double click which is clearly more work than one click on a reset button though..

commented

Hi @hanatos,

you know that you can reset most individual widgets by double clicking, right? i mean in this case it would be 3x double click which is clearly more work than one click on a reset button though..

Yes, I knew ... still, one click would be nice from a UX perspective ;)

hm to place a button there i'd need to reimplement the expanders (currently these are stock imgui widgets), but it can be done. i wanted to put buttons there anyways (temporarily disable for instance).

oki :-)

Thanks