Willy Tschager Wrote:Anybody experiencing that there is no sorting if the selection comprises a "0 // comment"?
w.
LPE's sort algorithm does not destroy the parts structure. Comments between geometry are recognised as a start marker of the next section within the part structure.
Imagine a structure like this
Code:
0 // Front Faces
3 16 ...
3 16 ...
...
0 // Back Faces
3 16 ...
3 16 ...
I could make this behaviour optional later on (e.g. with a checkbox).