-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modules Reset When Switching Images #139
Comments
Maybe there's an easy way to customize the contents of the favourites tab? It looks like the readme on this doesn't exist yet :) |
thanks for the screencast! and yes, workflow discussions very much welcomed. so there's three things here:
every line represents one ui element, and the file determines the order in which these will appear in the favourites ui tab. the first two strings identify the module and instance, if these aren't on your current graph, the element will not be shown. the third is the name of the parameter, the fourth identifies the ui element used to change the parameter, followed by optional arguments for the ui element (slider ranges, which you can btw always override by mouse clicking the number+typing). these ui widget descriptions are mostly a straight copy from the
(i should write these docs) |
Thanks for the detailed reply (and apologies for the delay in getting back to you on this). I am kindof leaning towards liking the old behavior better, where all modules were shown when expanding the parameters of a single module. Hiding the all modules except the current one is more disorienting than helpful I think, but this might just be because I was used to the old way, and am often adjusting parameters of multiple modules at the same time or as part of the same processing steps. I guess I could code modules that have more parameters combined together, but I kindof like the node-based compositing application motto that one node should do one simple thing and keep complexity to a minimum. It helps a lot knowing how to customize the favorites. I think if there were an easy user-controllable way of customizing what showed up in the favorites (e.g. right-click on parameter, add "pin" to favorites, and maybe the ability to remove from the favorites easily) - this might go a long way towards being able to easily customize the non-technical user's desired parameters as they wish. Thanks for 07d75b1 as well, this helps a lot. |
In the latest version of vkdt (compiled today), it looks like when i click on a module in the darkroom view, it expands the module's parameters but removes all other modules. And if I switch images, the module view resets. Not sure if this is intentional or not but I did enjoy the previous design where the module state (what is expanded or not) remains when switching images, and being able to expand and see the parameters of multiple modules at the same time was kind of nice in case I wanted to adjust parameters from two modules at the same time.
Not sure if this change was intentional or not, or if I'm missing some other workflow, but just thought I would weigh in with my thoughts!
Here's a screenrecording as well, which will probably make the issue more clear:
2024-09-14_11-37-17_avc720p.mp4
Hope it helps!
The text was updated successfully, but these errors were encountered: