Fix #83322: Scale factor issue #105397

Open
Loren Osborn wants to merge 1 commits from linux_dr/blender-addons:losborn_issue83322_fix into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

1 Commits

Author SHA1 Message Date
44e358c60a Fixed scale factor issue
* BoltFactory was written with 1mm Blender Units in mind (Blender
    units are now officially 1m)
* Addon already suppoted `GLOBAL_SCALE` constant, but assumed
    inputs would always be in millimeters.
* Since input fields now show units (that are incorrect here)
    the input field units needed to be converted to Blender units first.
* Then converted back to millimeters when constructing the mesh.
* Then let the addon scale the result as it expected.
2024-07-15 23:57:36 -07:00