0
0
BoltFactory Add-on
Go to file
Loren Osborn 59166a8be8 Proposed fixes to 'Incorrect scale of created bolts' (#10)
@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
2024-08-20 16:24:26 +02:00
source Proposed fixes to 'Incorrect scale of created bolts' (#10) 2024-08-20 16:24:26 +02:00
.editorconfig Add editorconfig 2024-05-15 14:05:18 +10:00
.gitignore Add gitignore 2024-05-15 14:03:47 +10:00
pyproject.toml Add pyproject.toml for autopep8 settings 2024-05-15 14:05:53 +10:00
README.md README file 2024-05-14 12:48:33 +02:00

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.