-
Notifications
You must be signed in to change notification settings - Fork 210
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
Stepped additive and subtractive selection for grouped parts (using repeated clicks?) #935
Comments
i second this - would be very useful for super complex models! @Halodule but have you also tried to use model in context editing? instead of grouping, create submodels, assemble them in a main model entry within the same file - you can then access them and recurse through the sub asembly levels (sorta) @leozide the in context editing could also benefit from OP'S idea where you cannot navigate through groups or assemblies when doing in context editing - a solid nice to have feature. |
@nathaneltitane Thanks for the submodels suggestion; I am just starting out with LeoCAD and had not explored this yet. It does indeed allow for removing a 'group' (now actually a submodel) as a whole from a wider selection - useful :) However, it does not seem to help with the counterpart of adding Q (part of QRS) to a selection: since one can't select individual parts of a submodel when working in the main model screen? So yes, the feature request still stands. It would seem much faster to work with too, especially for multiple recursive groupings. But thanks for the partial workaround! |
@Halodule, inserted submodel does not allow to select a single part from it and go on upper level and select something else — jumping up it would select submodel in a whole as a single part. Expected behaviour@leozide, this is a feature request for adding special "Selection Mode" for a single click selection of single parts from a group or submodel. So, if hold LMB+Ctrl and pick one by one: "Q" (from "QRS" group), "R" (from "RSQ" submodel) and "A" (part in the root) only these three parts should be in selection and could be moved together, without moving group and submodel itself (transformation of selected parts from group and submodel should be reflexed inside group and submodel accordingly). ScreenshotActual behaviourActual default "Edit > Selection Mode > Single Selection" really is not single selection if picked part is in the group or in submodel:
Sample fileHere is a code of MPD-file for simple usecase:
|
Is your feature request related to a problem? Please describe.
Currently (v23.03) when you select some part A and then control-click (+select) a part Q that is in a group QRS, all of QRS is added to the selection.
By contrast, if you first rectangle-select all of A, Q, R and S, and then shift-click (-select) Q, only Q is removed from the selection, not the group QRS.
This feels inconsistent. It also means there is no obvious way to add only a part (Q) in a larger group (QRS) to a selection; or to remove a group (QRS) as a whole from a wider selection.
Describe the solution you'd like
Not sure how good this is, but e.g.:
When I have A selected, if I control-click only on Q, only Q is added to the selection. If I keep holding Ctrl and click once more in the same spot, all of QRS is added to the selection.
Likewise, when all of A, Q, R and S are selected, and I shift-click once on Q, only Q is subtracted from the selection. If I keep holding Shift and click once more, all of QRS is subtracted.
In case of nested groups-within-groups, move up the group structure from the smallest (single part) to the top group level: first Q, then QRS, then QRST etc.
Thanks for an awesome program!
The text was updated successfully, but these errors were encountered: