Howard Trickey howardt
  • Joined on 2011-05-01
Howard Trickey pushed to bevelv2 at blender/blender 2023-03-11 18:23:33 +01:00
785729bb46 Fixup for some mesh api changes.
fe40d51180 Merge branch 'main' into bevelv2
25016b56ef EEVEE Next: Tag shadowmap usage for transparent object volumes
53bb713eda Refactor: Rename OB_GPENCIL and ID_GD
a736f1d638 BLI: Math: Support more vector swizzling and add alignment static assert
Compare 511 commits »
Howard Trickey pushed to bevelv2 at blender/blender 2023-03-05 23:02:56 +01:00
12263df09f Merge branch 'main' into bevelv2
82ab491ab5 Merge branch 'blender-v3.5-release'
5fd4d47206 Fix unused variable warnings in release build
e55f8b0b52 Merge branch 'blender-v3.5-release'
c7611d61e8 I18n: add disambiguation contexts
Compare 1554 commits »
Howard Trickey commented on issue blender/blender#105365 2023-03-02 20:29:09 +01:00
percent bevel by weight doesn't work properly

I'm afraid I don't understand what is supposed to be wrong here. What is the behavior you are expecting?

Howard Trickey commented on issue blender/blender#101067 2023-02-28 18:04:02 +01:00
bool nodes 's edge out have rubish edge

@JacquesLucke It only makes sense if one understands the "Self Intersection" flag to be an optimization, not a contract. Which is the way I thought of it. But I understand that that may not be…

Howard Trickey closed issue blender/blender#104384 2023-02-20 14:49:16 +01:00
Delaunay 2d: Inversion on original indices for faces
Howard Trickey commented on issue blender/blender#104384 2023-02-20 14:49:15 +01:00
Delaunay 2d: Inversion on original indices for faces

As mod_moder has confirmed that changing the order of the vertices so that they go CCW fixes the index issue, I am closing this.

Howard Trickey commented on issue blender/blender#104384 2023-02-20 03:53:53 +01:00
Delaunay 2d: Inversion on original indices for faces

I believe the problem is that the polygons are not being given to the delaunay routine with vertices in counter-clockwise order in 2d. Try correcting that to see if it fixes the problem.

Howard Trickey commented on issue blender/blender#104384 2023-02-18 23:39:32 +01:00
Delaunay 2d: Inversion on original indices for faces

I am looking at this now.

Howard Trickey created repository howardt/blender 2023-02-18 22:59:54 +01:00