trevorsandy / lpub3d

An LDraw™ editor for LEGO® style digital building instructions.
https://trevorsandy.github.io/lpub3d/
131 stars 19 forks source link

Unexpected PLI BEGIN and PLI END parse errors #678

Closed trevorsandy closed 1 year ago

trevorsandy commented 1 year ago

Subject

Parse error messages:

unexpectedly generated.

Screenshot - 24_01_2023 , 12_58_23

Screenshot - 24_01_2023 , 11_24_29

This behaviour presents when setting an excluded part (e.g. helper part) to 'ignore' with the commands PLI BEGIN IGN, PLI END.

In such case, the excluded part triggers the message by erroneously toggling the 'ignore' flag.

Environment

Version of LPub3D - 2.4.6 Operating system - All

Expected behaviour

No error message generated

Actual behaviour

Error message generated although the appropriate PLI commands are present

Solution

Fix it.

Cheers,

trevorsandy commented 1 year ago

This behaviour has been corrected.

Cheers,