I noticed some .eggs are larger than necessary. Using %f instead of %s emits the float- instead of double-precision UV coordinate. Only a texture of size 2^23 pixels on a side would need the double precision :)
Ah. Ok. Some time ago someone ask me to increase UV precision, but at that time UV coords were restricted to 3 digit after decimal point. You're right - double precision is really unnecessary.
I noticed some .eggs are larger than necessary. Using %f instead of %s emits the float- instead of double-precision UV coordinate. Only a texture of size 2^23 pixels on a side would need the double precision :)