• Joined on 2023-12-13
sw-tya created pull request extensions/add_mesh_BoltFactory#13 2024-08-20 01:36:42 +02:00
WIP: Fix for #6: Incorrect bolt lengths
sw-tya created branch swtya_BoltLength in sw-tya/add_mesh_BoltFactory 2024-08-20 01:15:16 +02:00
sw-tya pushed to swtya_BoltLength at sw-tya/add_mesh_BoltFactory 2024-08-20 01:15:16 +02:00
da23330d34 Fix for #6: Incorrect bolt lengths
sw-tya commented on pull request extensions/add_mesh_BoltFactory#12 2024-08-19 18:47:28 +02:00
Fix for #1: Countersink Head angle vs nominal size

Yep, I hear what you are saying....

"Would there be a reason this couldn’t" Indeed that wold be best. Having had a look this it will touch some of the same lines already touched in #10 &…

sw-tya commented on issue extensions/add_mesh_BoltFactory#1 2024-08-19 01:48:40 +02:00
Bolt Factory Addon: Incorrect countersink angle & head size in Create_CounterSink_Head()

Dear @linux_dr The pull/12 should address the issue of the angle. Preset values is a whole separate topic - the thread pitches are certainly fine thread for the m6. I'd propose making it out of…

sw-tya created pull request extensions/add_mesh_BoltFactory#12 2024-08-19 01:26:44 +02:00
WIP: Fix for #1: Contersink Head angle vs nominal size
sw-tya pushed to swtya_CounterSinkHead at sw-tya/add_mesh_BoltFactory 2024-08-19 01:17:31 +02:00
1e6c3a0064 Fix for #1: Contersink Head angle vs nominal size
sw-tya created branch swtya_CounterSinkHead in sw-tya/add_mesh_BoltFactory 2024-08-19 01:17:31 +02:00
sw-tya commented on pull request extensions/add_mesh_BoltFactory#11 2024-08-17 21:43:51 +02:00
Fix for #8 'Operator Presets don't exists from Release 4.2'

@sw-tya wrote:

…, that's still awaiting the directory search backport. 4.3 works correctly.

I don’t know anything about this directory search feature you mentioned. Can …

sw-tya approved extensions/add_mesh_BoltFactory#11 2024-08-17 00:44:05 +02:00
Fix for #8 'Operator Presets don't exists from Release 4.2'

After I'd got #10 and #11 co-resident, thanks:

sw-tya commented on pull request extensions/add_mesh_BoltFactory#11 2024-08-16 02:42:01 +02:00
Fix for #8 'Operator Presets don't exists from Release 4.2'

I need more time to complete the review.

sw-tya approved extensions/add_mesh_BoltFactory#10 2024-08-16 02:04:12 +02:00
Proposed fixes to 'Incorrect scale of created bolts'

I'm happy with these changes. Thanks

sw-tya created repository sw-tya/add_mesh_BoltFactory 2024-08-14 01:04:55 +02:00
sw-tya opened issue extensions/add_mesh_BoltFactory#9 2024-08-10 16:41:15 +02:00
Thread modelling accuracy improvements (Feature Request)
sw-tya commented on pull request blender/blender-addons#105397 2024-08-10 00:37:27 +02:00
Fix #83322: Scale factor issue

I would hope that 0.5% is within the tolerance of the threading.

A bigger issue is the thread angle, the modelling today uses two diameters and two percentages for building the thread. For…

sw-tya commented on pull request blender/blender-addons#105397 2024-08-10 00:08:36 +02:00
Fix #83322: Scale factor issue

This page covers imperial: https://www.globalfastener.com/standards/detail.php?sid=MjI4NTQ= The "asme-b18.2.2" covers standard sizes, the 4 inch heavy nuts are 6 1/8 across flats. A 4 inch…

sw-tya commented on pull request blender/blender-addons#105397 2024-08-08 16:53:04 +02:00
Fix #83322: Scale factor issue

Been a busy week here, possibly won’t get to review this for 48 hrs at soonest. 250mm sounds like it may be a bit small for mining and bridges… I will consult Wikipedia. I will also…

sw-tya commented on pull request blender/blender-addons#105397 2024-08-08 16:43:58 +02:00
Fix #83322: Scale factor issue

https://www.globalfastener.com/standards/detail_4902.html That shows a good range. I hope that people who are in industry are using qualified models rather than open source representations! Besi…

sw-tya commented on pull request extensions/add_mesh_BoltFactory#7 2024-08-08 16:32:34 +02:00
Fix #5: Scale factor issue

I think this commit has caused my: blender/blender-addons#105083 to become obsolete. I'll see if I can figure out how to expunge that.

sw-tya commented on issue blender/blender-addons#105066 2024-08-07 00:25:37 +02:00
Bolt Factory Addon: RemoveDoubles() improvements

I've done some more testing and the solution I have to address the rounding is to add 4 lines of code at the beginning of RemoveDoubles()

` verts, faces = RemoveDoubles_core(verts, faces,…