0
0
BoltFactory Add-on
Go to file
Loren Osborn 05b556a2ae Fix #5: Scale factor issue (#7)
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>
2024-07-17 13:23:59 +02:00
source Fix #5: Scale factor issue (#7) 2024-07-17 13:23:59 +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.