Howard Trickey howardt
  • Joined on 2011-05-01
Howard Trickey pushed to exactboolv2 at howardt/blender 2024-02-27 14:33:33 +01:00
4c79e4fbe1 Fixed some warnings.
c13f03d513 Clang format.
Compare 2 commits »
Howard Trickey pushed to exactboolv2 at howardt/blender 2024-02-27 04:49:17 +01:00
a0964401b1 Refactor to keep "mid soups". In progress.
Howard Trickey pushed to exactboolv2 at howardt/blender 2024-02-24 23:29:56 +01:00
edadd1e98c Moved mesh boolean from kernel to geometry.
Howard Trickey pushed to exactboolv2 at howardt/blender 2024-02-23 21:47:41 +01:00
36eadf5687 Merge branch 'main' into exactboolv2
5c7df5ef85 Tests: Update and add new workbench reference renders
1d014cc34d GPv3: Conversion code for remaining modifiers
77f8a79a96 Cleanup: Use named function for math::Axis char constructor
e842e9fd4c EEVEE-Next: Concatenate info strings
Compare 1372 commits »
Howard Trickey commented on issue blender/blender#101658 2024-02-22 16:29:08 +01:00
ParticleInstance modifier can create NAN vertex coordinates (leading to crashes elsewhere)

I'll try to have a look this weekend. This looks like the Mesh input had NaNs in them, though, which would mean it was not Boolean's fault.

Yes, it would be possible for Boolean to check all…

Howard Trickey commented on issue blender/blender#114476 2024-02-14 20:13:48 +01:00
Exact Boolean V2

It is still WIP. It has turned out to be harder than I expected to get over the finish line, but I am determined to finish so am actively working on it.

Howard Trickey commented on issue blender/blender#114476 2024-02-14 20:09:41 +01:00
Exact Boolean V2

Yes, it will work for the modifier too.

Howard Trickey pushed to exactboolv2 at howardt/blender 2024-01-29 02:58:33 +01:00
b550c72817 Progress towards making subdivide case working.
Howard Trickey commented on pull request blender/blender#117366 2024-01-26 13:47:51 +01:00
Modifiers: Add custom attribute weight support to bevel modifier

While you are waiting for the other review, one thing to think about and perhaps work on is what should go in the release notes for this change. We like to put documentation in the release notes…

Howard Trickey commented on pull request blender/blender#117366 2024-01-25 21:08:06 +01:00
Modifiers: Add custom attribute weight support to bevel modifier

Yes, please bring in these changes. Thanks for doing it! I'm waiting for Campbell to review this too, as he said he had some comments., but to me this is looking good to include in 4.1.

Howard Trickey commented on pull request blender/blender#117366 2024-01-25 20:27:29 +01:00
Modifiers: Add custom attribute weight support to bevel modifier

How hard would it be to do the same thing for vertex bevel weights? Hans stated that for consistency, we should probably do that too. I'm not sure how often people use vertex bevel weights -- I…

Howard Trickey suggested changes for blender/blender#117366 2024-01-21 23:09:33 +01:00
Modifiers: Add custom attribute weight support to bevel modifier

This generally looks fine to me, and makes a lot of sense given how it basically just allows changing a hard-coded property string.

Howard Trickey commented on pull request blender/blender#117366 2024-01-21 23:09:32 +01:00
Modifiers: Add custom attribute weight support to bevel modifier

Remove this line; you never used this result.

Howard Trickey pushed to exactboolv2 at howardt/blender 2024-01-21 21:17:57 +01:00
cccca6340a Fixed a bug in wnv tracing.
Howard Trickey pushed to exactboolv2 at howardt/blender 2024-01-21 15:16:03 +01:00
884951f152 More portable use of Int256 type in fixed_width_int tests.
871bb9964d Change some include files to .hh after merge with main.
f08d147a1f Merge branch 'main' into exactboolv2
b92443e1d9 Geometry Nodes: optimize single value access in NodeSocketValue
af5731ce03 Cleanup: Move BKE_idtype.h to Cpp header BKE_idtype.hh
Compare 224 commits »
Howard Trickey pushed to exactboolv2 at howardt/blender 2024-01-21 04:46:39 +01:00
353bde7784 Found another place where I assumed Int256 was 4 int64's.
Howard Trickey pushed to exactboolv2 at howardt/blender 2024-01-21 02:00:01 +01:00
9353ddd938 Forgot one part of fix for Windows in previous commit.
Howard Trickey pushed to exactboolv2 at howardt/blender 2024-01-20 22:18:19 +01:00
8fd91246aa Fix convert to 256 bits on Windows; fix an off-by-1 error.
Howard Trickey pushed to exactboolv2 at howardt/blender 2024-01-19 16:00:28 +01:00
1262bc059e Removed intersect_triangles in favor of new intersect_hfaces.
Howard Trickey pushed to exactboolv2 at howardt/blender 2024-01-18 15:25:45 +01:00
40f7145a26 Fixed place where coplanarity is tested in intersect_hfaces.