(2018-12-27, 4:31)Travis Cobbs Wrote:(2018-12-26, 15:01)Gerald Lasser Wrote: I tried to submit files that contain the following syntax in the header:
0 BFC CERTIFY CCW
0 BFC NOCLIP
The PT does not accept such files anymore, although IMHO this is an allowed combination of commands, isn't it?
thanks
It is legal according to the BFC spec, but there are two problems:
- BFC NOCLIP is not allowed in the header, according to the official header spec.
- BFC NOCLIP should never be used for an entire file. If that's what you want, don't BFC-certify the file.
The header checks were strengthened with the recent changes to the submit script. As there is no end-of-header statement it assumes all type 0 commands before the first non type 0 commands are part of the header. If you have a section that you need to BFC NOCLIP, just move it after the first non type 0 command and it won't be treated as part of the header.
Chris (LDraw Parts Library Admin)