BoltFactory Add-on
Loren Osborn
59166a8be8
@sw-tya found several issues I had missed with extensions/add_mesh_BoltFactory#7. I addressed most of them here. The issue of missing presets is a seperate issue, and will be addressed in a separate PR [here](extensions/add_mesh_BoltFactory#11) - The bolt diameter was artificially limited to 50 mm. Has been changed to 250 mm - The "crest" and "root" of the threads had been expressed as an integer percentage, defaulting to 10. This has been changed to a float percentage and the standard thread values of 25% and 12.5% are the new defaults. - The "Cap" and "Countersink" heads didn't correctly divide by `GLOBAL_SCALE` to account for the new scaling fix, so ended up pinched off below the screw head. Reviewed-on: extensions/add_mesh_BoltFactory#10 |
||
---|---|---|
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.