-
Notifications
You must be signed in to change notification settings - Fork 211
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
no way to mouse click multiple selections (red) #931
Comments
Just to note, that is the last selected part (among other selected). |
I know and am aware - I am simply highlighting teh fact that there is no alternate method for selection types using mouse + keyboard modifier to explicitly select discreet parts (aside from the filters or lasso) |
I'm not sure I fully understand actual issue, but here is what I'm observing with latest LeoCAD build: Selection methods (UPDATED)There are next methods to select:
NOTE: Ctrl+LMB double-click on last selecting part or just one extra Ctrl+LMB click on "blue" deactivates last selected part, but keeps it selected as "red"). Use LMB+Shift to de-select (exclude from selection) by click or via lasso selection. Property changing
Feature or Bug?So, as I understand, the fact that "Properties" widget is ignoring manual value input for gizmo properties if there is no active last selected ("blue") part looks like a bug — or is it a feature?
BTW, for moving all the parts all together its really good practice to select one part (activate to set it "blue") among other selected ("reds") and then manually input new XYZ values for this reference part to move/change all the parts position accordingly in one step (as in most cases last selected part would has integer values for XYZ, instead of gizmo placed in CoG, which XYZ values in most cases are decimal fractions, because it calculated and approximted from many origins XYZ positins of the all selected parts). @nathaneltitane, Is it what actual issue report is about? Or am I missing something? |
it has nothing to do with rotation or translation - it was merely about changing the part to another while disreetly slecting parts manually from withing a complex assembly or submodel. i do not want to 'lasso all' or 'lasso some parts' i want to mod+click the parts i need to change and for them to all remain red after selection so that the properties widget remains on 'multiple selection' to change all parts, not just the last selected/blue one. |
Ok, so its much simpler task, and here is the
So, there is no LeoCAD issue at all. Its all about missing docs describing all this selection methods. Regards. |
the double click on last was not intuitive at all - your suggestion does work - would still be good to have options in the keyboard preferences |
Should be fixed, it was a bug that you needed a blue part to change properties |
@leozide, It might be good to has an extra option to give user a choise to set default mode:
And set it turned Off by default. |
ok @leozide, yet, to be fair, this is now adding a click to the selection to ensure that the multiple selection changes are done correctly by deselecting the blue part to make all parts change.... can there be some option to toggle it on or off? |
Additionally @leozide - would it also be possible to add an option to enable single click selection - that'S also an additional click towards the parts widget selection that is yet another annoyance and may be something that is left to personal user preference? |
@leozide this issue seems to have many other implications in the addition of several mouse clicks or mouse + modifier clicks to achieve what used to be a simple click, toggle, apply if one is to, for instance, select all parts by color, that first selection remains blue. apply color filter and select a part result: when in older versions result would have been what was a 'bug' seems to not have been tracked early enough and now the 'fix' is turning to be quite the cumbersome and clunky aspect of what was a streamlined and efficient workflow. and to boot, most distributions are not shipping leocad to it'S latest continuous feature set - there will be an onslaught of complaints in the near future when leocad is packaged to include these changes... P.S.: this applies to any type of selection (single, multiple, group, filteres, etc...) please integrate an option to have the user choose in between the type of selection (single/direct or combo (blue + red with modifier+click) |
Describe the bug
The new properties widget and parts selection method does not allow for a quick selectin and modification of all selected parts - it only changes the part in blue.
To Reproduce
1 - open model
2 - selct pieces (ctrl + click)
3 - go to parts properties and select desired entry for change
4 - only pert in blue gets modified.
Expected behavior
old behavior automatically defaulted to 'multiple parts selected' and thus, permitted a quick modification of the desired part or group of parts to the new selection.
Screenshots
Version (please complete the following information):
continuous
Crash information:
n/a
Additional context
alternatively: propose a user defined option to revert back to old behavior or add a way to click to keep selection red on all parts (the same way a rectangular lasso selection would) to discreetly select components to change.
The text was updated successfully, but these errors were encountered: