I think I found a bug in LPub3D (and Lpub4 as it does the same).
given this ldraw fragement:
LPub will display 4 bricks for the 2nd step. But (imho) it should exclude 3005pe5.dat
I'm not sure about this though, I ran into this when validating the new LDCad 1.6 bufexchg stuff.
given this ldraw fragement:
Code:
1 14 0 0 -90 1 0 0 0 1 0 0 0 1 3005pt1.dat
1 14 40 0 -90 1 0 0 0 1 0 0 0 1 3005pt2.dat
0 BUFEXCHG A STORE
1 14 490 0 -110 1 0 0 0 1 0 0 0 1 3005pe5.dat
0 STEP
1 14 490 0 -110 1 0 0 0 1 0 0 0 1 3005pe5.dat
0 BUFEXCHG A RETRIEVE
1 14 80 0 -90 1 0 0 0 1 0 0 0 1 3005pt3.dat
1 14 120 0 -90 1 0 0 0 1 0 0 0 1 3005pt4.dat
1 14 160 0 -90 1 0 0 0 1 0 0 0 1 3005pt5.dat
LPub will display 4 bricks for the 2nd step. But (imho) it should exclude 3005pe5.dat
I'm not sure about this though, I ran into this when validating the new LDCad 1.6 bufexchg stuff.