(2016-07-11, 16:43)Philippe Hurbain Wrote:(2016-07-06, 17:28)Nils Schmidt Wrote:Mmhhh... (3) and (4) seem to work fine now, but I see no change for (1) and (2) ?!?
- Problem with selection: selection menu shows checkboxes for line/triangle... etc. They should act as filters, but if you uncheck "lines", select a triangle, and use "select connected" the lines connected are selected, too.
Unfortunately, I am not able to reproduce this bug.
Testfile:
Code:
0
0 Name: new.dat
0 Author: Nils Schmidt [BlackBrick89]
0 !LDRAW_ORG Unofficial_Part
0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt
0 BFC CERTIFY CCW
1 16 4.93 -1.41 6.93 1 0 0 0 1 0 0 0 1 arm1.dat
1. Uncheck lines and condlines in the selection menu.
2. Select a triangle (which is connected to a line/condline), I choose
Code:
3 16 14.13 -3.41 -6.87 14.13 -5.21 -6.87 12.73 -7.41 -9.07
3. Click on "Select..."->"...Connected...".
Result: No lines or condlines are selected.
Currently, the filter gets applied before the selection algorithm starts.
The filter is active during the selection and it gets applied after the selection process is done.
The question is:
How should the filter work?