BoltFactory Add-on
Loren Osborn
05b556a2ae
Ported blender/blender-addons#105397 to new repository: Fix for issue #5: Should also address #3 (previously blender/blender-addons#83322 and blender/blender-addons#84782 respectively) - 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. Reviewed-on: extensions/add_mesh_BoltFactory#7 Reviewed-by: Nika Kutsniashvili <nickberckley@noreply.localhost> |
||
---|---|---|
source | ||
.editorconfig | ||
.gitignore | ||
pyproject.toml | ||
README.md |
BoltFactory Add-on
This add-on was part of Blender 4.1 bundled add-ons. This is now available as an extension on the Extensions platform.
To build a new version of the extension:
<path_to_blender> -c extension build --source-dir=./source
For more information about building extensions refer to the documentation.
This add-on is offered as it is and maintaned by the community, no support expected.