anson-liu
  • Joined on 2023-06-13
anson-liu created pull request blender/blender-addons#104950 2023-10-13 07:24:29 +02:00
Add io_mesh_3mf addon
anson-liu pushed to main at anson-liu/blender-addons 2023-10-13 07:09:30 +02:00
40087926e5 add io_mesh_3mf addon
anson-liu commented on issue blender/blender#113380 2023-10-07 08:04:40 +02:00
Importing large STL (~5GB) seg faults with empty backtrace produced from --debug-all

@deadpin I ran the import again in Windows 10 and got the below console log and attached crash report.

I estimate the 5GB file having 300,000,000 - 500,000,000 vertices in 1 object. There is…

anson-liu opened issue blender/blender#113380 2023-10-07 03:09:32 +02:00
Importing large STL (~5GB) seg faults with empty backtrace produced from --debug-all
anson-liu created pull request blender/blender-addons#104755 2023-07-17 02:44:20 +02:00
Explicitly specify Fast solver for Bool Tool Slice operation to retain expected results
anson-liu pushed to booltool-solver at anson-liu/blender-addons 2023-07-17 02:42:42 +02:00
b4436cdb17 Cleanup comment
anson-liu pushed to booltool-solver at anson-liu/blender-addons 2023-07-17 02:41:04 +02:00
7e16a78bbf Update booltool solver to Fast
anson-liu created branch booltool-solver in anson-liu/blender-addons 2023-07-17 02:12:57 +02:00
anson-liu pushed to booltool-solver at anson-liu/blender-addons 2023-07-17 02:12:57 +02:00
d88327ac12 Update object_boolean_tools.py
anson-liu created repository anson-liu/blender-addons 2023-07-17 02:10:05 +02:00
anson-liu commented on issue blender/blender#108953 2023-06-23 02:03:53 +02:00
Bool tool slice does not always give correct slicing result.

@ChengduLittleA Thanks, changing boolean from Exact to Fast solves the issue. Now that I know how Bool Tool works, I'm confused how the first boolean intersection and difference operations with…

anson-liu opened issue blender/blender#108953 2023-06-14 00:07:28 +02:00
Blender 2.93.18 thru 3.5.1 do not have correct boolean result
anson-liu opened issue blender/blender-addons#104690 2023-06-13 19:15:15 +02:00
Bool Tool Slice does not work in 3.5.1 and 2.93.18