Replies: 7 comments 7 replies
-
For starters, here is proposal number 0: https://gist.github.com/portnov/79518dd2b679b91df7988cb6863c12e1 |
Beta Was this translation helpful? Give feedback.
-
One more thing i have acentuate: CATEGORY NODE MK2
------------- ------- -----
| | |
List name version So, first is category name (maybe shorten) that user's eye will ignore when read names, it makes selection faster and UI cleaner. |
Beta Was this translation helpful? Give feedback.
-
@portnov I'd say I'm fine with your structure. It have it's logic. The downside of it is that NURBS tools are a bit too deep, but that's me. Fortunately it's very easy to adapt the index.yaml to any work style. I feel that reorganizing is a hard theme to do and easily could open Pandora's box. I was trying to rearrange the tools myself and found contradictions and ambiguity at fixing where certain tools should reside. For example you define "Curve Segment" as an Analyzer, where I would define it as a Modifier. I made this "proposal number 1": https://gist.github.com/rendetto/ea93663d9cb41c61a408098abb86ed22 |
Beta Was this translation helpful? Give feedback.
-
https://gist.github.com/nortikin/f3249b7de9c9c78b035f946cdf74ae84 |
Beta Was this translation helpful? Give feedback.
-
And my proposal to make settings/properties to choose menue from yamls. |
Beta Was this translation helpful? Give feedback.
-
One more of options - to have extra yamls inside datafiles/sverchok/menues and check them also with test. |
Beta Was this translation helpful? Give feedback.
-
PR to add an option to select one of menu presets: #4841. |
Beta Was this translation helpful? Give feedback.
-
For a while, there have been discussions about how to make Sverchok menu categories "the right way".
Nowadays, it is quite easy for almost anyone to reconfigure the menu as you wish. You just have to edit
index.yaml
file in sverchok directory.So, anyone can make The Right Menu of your own, try to work with it, enhance it, then share your
index.yaml
on gist.github.com and post a link here, and argue why this is the best choice.Will we select one of these options as default? Or will we add a parameter to sverchok settings to select between several options? Or...? We do not know yet. Let's just look what our options are first. Then we will think what to do with them.
Beta Was this translation helpful? Give feedback.
All reactions