h4lfheart / UEFormat

A model and animation export format created for Unreal Engine game asset extraction.
45 stars 10 forks source link

Fix scale setting not having on effect on model imports #7

Closed Irastris closed 5 months ago

Irastris commented 5 months ago

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.

h4lfheart commented 5 months ago

thank you for the pr!! merged 😀👍