Howard Trickey howardt
  • Joined on 2011-05-01
Howard Trickey created branch move_bool_convert in howardt/blender 2024-03-11 18:10:36 +01:00
Howard Trickey pushed to move_bool_convert at howardt/blender 2024-03-11 18:10:36 +01:00
b3dcf471fd Move mesh_boolean_convert from blenkernel to geometry.
c7e4365d7a Merge remote-tracking branch 'origin/blender-v4.1-release'
5531a191e8 Fix #117798: "Nothing to Bake" when pose object is not selected
1df10d0d25 Fix #119014: Crash on keymap editing for Mac
976a8012d1 Fix: wrong conditional check in 'transform_mesh_edge_slide_data_create'
Compare 10 commits »
Howard Trickey pushed to exactboolv2 at howardt/blender 2024-03-11 15:44:11 +01:00
6bcc493821 Fixed code that detects bad splits.
Howard Trickey commented on issue blender/blender#114476 2024-03-10 21:03:03 +01:00
Exact Boolean V2

Update: I have decided to incrementally add changes to main rather than create one giant commit at the end. The main reason is to make it more likely that reviewers will actually read and improve…

Howard Trickey created pull request blender/blender#119294 2024-03-10 20:53:48 +01:00
WIP: Add float solver to geo boolean node
Howard Trickey pushed to exactboolv2_staging at howardt/blender 2024-03-10 20:30:06 +01:00
10d153043e Fixed float boolean: material remap sometimes -1.
Howard Trickey pushed to exactboolv2_staging at howardt/blender 2024-03-10 14:18:36 +01:00
214189fa25 Do material remaps for float boolean.
Howard Trickey pushed to exactboolv2_staging at howardt/blender 2024-03-09 22:24:38 +01:00
304a5a56b9 Changed some old math functions to C++ ones.
Howard Trickey pushed to exactboolv2_staging at howardt/blender 2024-03-07 21:34:04 +01:00
76d8a306a1 Make float boolean take 1 or n > 2 args too.
Howard Trickey pushed to exactboolv2_staging at howardt/blender 2024-03-06 13:36:58 +01:00
5082ae34fa Fix: tests/data hash differs from main.
Howard Trickey pushed to exactboolv2_staging at howardt/blender 2024-03-06 04:52:27 +01:00
f23184bcd2 Geometry Nodes: Add float solver to mesh boolean.
Howard Trickey pushed to exactboolv2_staging at howardt/blender 2024-03-05 18:25:50 +01:00
Howard Trickey created branch exactboolv2_staging in howardt/blender 2024-03-05 18:25:50 +01:00
Howard Trickey pushed to exactboolv2 at howardt/blender 2024-03-05 17:42:31 +01:00
ded87f6bf9 Merge branch 'main' into exactboolv2
b4bce46410 Merge branch 'blender-v4.1-release'
4d8dad056c Fix #119070: Fix crash in sculpt menu lasso tool
f2ab2ad8da Cleanup: Correct comments about custom data masks
a4e5469cc0 BLI: Bounds: Add basic functions
Compare 64 commits »
Howard Trickey pushed to exactboolv2 at howardt/blender 2024-03-05 16:51:32 +01:00
a14bc4ccdb Fixed ref that should have been pointer.
Howard Trickey pushed to exactboolv2 at howardt/blender 2024-03-04 23:10:00 +01:00
1ce9d6e756 Fixed infinite recursion in wnv trace.
Howard Trickey pushed to exactboolv2 at howardt/blender 2024-03-03 18:10:46 +01:00
ce8a9e7f43 Test/data added.
0b7798da66 Merge branch 'main' into exactboolv2
bf17fc8d79 Fix: GPU: Ensures length of curves GPUIndexBuf to be multiple of 4
3d136d0d00 BLI: Add support for non-square matrix multiplication.
62bb346af9 Merge branch 'blender-v4.1-release'
Compare 336 commits »
Howard Trickey pushed to exactboolv2 at howardt/blender 2024-03-03 17:15:56 +01:00
c2351a87bb Make format.
Howard Trickey pushed to exactboolv2 at howardt/blender 2024-03-03 17:12:25 +01:00
5290c5482f New wnv tracing framework.
Howard Trickey pushed to exactboolv2 at howardt/blender 2024-02-27 15:06:59 +01:00
8e8e25c18a Commented out some unused functions.