Property was (presumably) incorrectly named scale instead of scale_factor, preventing it from overriding that value in UEFormatOptions, which functionally locked import scale to 0.01 for meter scale workflows. This commit makes the scale setting actually work so that it could be set to 1.0 for centimeter scale workflows, or anything else.
Property was (presumably) incorrectly named
scale
instead ofscale_factor
, preventing it from overriding that value in UEFormatOptions, which functionally locked import scale to 0.01 for meter scale workflows. This commit makes the scale setting actually work so that it could be set to 1.0 for centimeter scale workflows, or anything else.