Optional qualifier in OMR spec - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: General (https://forums.ldraw.org/forum-12.html) +--- Forum: Official File Specifications/Standards (https://forums.ldraw.org/forum-32.html) +--- Thread: Optional qualifier in OMR spec (/thread-23883.html) |
Optional qualifier in OMR spec - N. W. Perry - 2020-02-08 I'm looking to clarify the use of optional qualifiers in the OMR spec. Under Base File Naming, the requirements for the optional qualifier are:
6901 - Mobile Lab.mpd (Produced in 1980) 6901-1 - Submodel1.ldr 6901-1 - Submodel2.ldr 6901-1 - part.dat 6901-2 - Space Plane.mpd (Produced in 1998) Likewise, the example given for an embedded unofficial part is: 33956.dat would be renamed to 3345 - 33956.dat or 3345-1 - 33956.dat[color=rgba(0, 0, 0, 0.87)].[/color] In either case, the underlying base filename would be 3345 - Set Name.mpd (because "-1" is not a valid optional qualifier for the base filename, or because there is only one set numbered 3345). Is this the intended interpretation of the spec? Or is it intended that <Set Number>[-<Optional Qualifier>] be identical for the base filename and all subfile names (and if so, should the optional qualifier start at 1 or 2)? |