• Joined on 2023-12-13
sw-tya commented on issue blender/blender-addons#104489 2024-01-07 20:17:59 +01:00
Auto Mirror addon irreversibly deletes geometry in close proximity to the mirror line

Hi. I can confirm that this is still indeed the case with Blender 3.6.7 using the updated Addon version 2.5.4. I'm assuming that the desired output is an object that is mirrored about the twin…

sw-tya commented on issue blender/blender-addons#105062 2024-01-05 01:18:46 +01:00
F2 Closes the software

Blender 3.6.7 on Linux works as expected, no crash.

sw-tya commented on issue blender/blender-addons#103915 2024-01-04 23:59:34 +01:00
[BUG] Drivers: References to an element of a CollectionProperty are not persistent

I have just tried this and confirm the described broken behaviour in: 3.4.0 - released - Linux x86 3.6.3 - released - Linux x86 3.6.7 - local build

My hardware will not run version…

sw-tya commented on issue blender/blender-addons#105069 2024-01-03 23:55:44 +01:00
How is it works?
sw-tya created pull request blender/blender-addons#105083 2023-12-24 17:57:29 +01:00
WIP: white space changes to BoltFactory to fix flake8
sw-tya pushed to flake8_bolts at sw-tya/blender-addons 2023-12-24 00:11:44 +01:00
e2afa84d7c Flake8 to fix all white space issues. This file is interpreter identical using: ast.dump(ast.parse(contents)) before and after.
b7c2153fa2 Flake8 to fix all white space issues. This file is interpreter identical using: ast.dump(ast.parse(contents)) before and after.
7ca6e57075 Flake8 to fix all white space issues. This file is interpreter identical using: ast.dump(ast.parse(contents)) before and after.
Compare 3 commits »
sw-tya created branch flake8_bolts in sw-tya/blender-addons 2023-12-24 00:11:43 +01:00
sw-tya created repository sw-tya/blender 2023-12-23 21:47:23 +01:00
sw-tya created repository sw-tya/blender-addons 2023-12-23 21:25:49 +01:00
sw-tya commented on issue blender/blender-addons#84071 2023-12-15 22:54:36 +01:00
Bolt Factory: Holes in geometry with different number of subdisivions

Here is my attempt at a solution. It works by adding an extra ring in the model mapping from the fixed number of points used to generate the Nut and the variable number of points specified in the…

sw-tya opened issue blender/blender-addons#105068 2023-12-15 21:50:27 +01:00
Bolt Factory Addon: Incorrect countersink angle & head size in Create_CounterSink_Head()
sw-tya commented on issue blender/blender-addons#105066 2023-12-14 17:34:42 +01:00
Bolt Factory Addon: RemoveDoubles() improvements

Here is the code that I used to remove duplicate faces. Insert just before the return of RemoveDoubles() myFinallist = [] for i in new_faces: if i not in myFinallist: myFinallist.append(i) ne…

sw-tya opened issue blender/blender-addons#105066 2023-12-14 17:33:15 +01:00
Bolt Factory Addon: RemoveDoubles() improvements
sw-tya commented on issue blender/blender#116194 2023-12-14 17:31:55 +01:00
Bolt Factory: RemoveDoubles() improvements

I pressed the "Report a bug" button at the top of the page. I'll create a new issue at the link you gave. Thanks

sw-tya commented on issue blender/blender#116194 2023-12-14 17:21:57 +01:00
Bolt Factory: RemoveDoubles() improvements
  1. Here is the code that I used to remove duplicate faces. Insert just before the return of RemoveDoubles() myFinallist = [] for i in new_faces: if i not in myFinallist: …
sw-tya opened issue blender/blender#116194 2023-12-14 17:17:57 +01:00
Bolt Factory: RemoveDoubles() improvements