Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim merged pull request blender/blender#128149 2024-09-26 17:37:12 +02:00
Fix #128143: Relax face sets doesn't modify mesh
Sean Kim commented on issue blender/blender#123768 2024-09-26 04:53:02 +02:00
Clay strips brush leaves cracks on mesh

A note from @Nicola-Dessi in the module chat:

I was playing with some settings and realized that using a higher radius_scale in do_brush_action seems to fix this bug

I don't know why…

Sean Kim commented on pull request blender/blender#128149 2024-09-26 04:10:11 +02:00
Fix #128143: Relax face sets doesn't modify mesh
Sean Kim pushed to fix-draw-face-set at Sean-Kim/blender 2024-09-26 04:02:51 +02:00
7e48432b80 Merge branch 'main' of projects.blender.org:blender/blender into fix-draw-face-set
c6782f53b7 Docs: add note to avoid incorrect use of XRAY_ENABLED
b0d37b4267 Fix #128074: Edit Mesh being occluded for snapping even in Xray
36edfe04e0 Refactor: move blenlib tempfile to C++
aac0c2cc5f Fix #127051: Compositing using multiple Levels nodes freezes Blender
Compare 5 commits »
Sean Kim pushed to fix-128143-relax-face-set at Sean-Kim/blender 2024-09-26 04:01:34 +02:00
a504c90353 Merge branch 'main' of projects.blender.org:blender/blender into fix-128143-relax-face-set
c6782f53b7 Docs: add note to avoid incorrect use of XRAY_ENABLED
b0d37b4267 Fix #128074: Edit Mesh being occluded for snapping even in Xray
36edfe04e0 Refactor: move blenlib tempfile to C++
aac0c2cc5f Fix #127051: Compositing using multiple Levels nodes freezes Blender
Compare 54 commits »
Sean Kim pushed to fix-128143-relax-face-set at Sean-Kim/blender 2024-09-26 03:41:00 +02:00
2663d3e75b make format
Sean Kim created pull request blender/blender#128150 2024-09-26 03:36:47 +02:00
Fix: Draw face set does not work for multires / dyntopo
Sean Kim commented on pull request blender/blender#128149 2024-09-26 03:36:30 +02:00
Fix #128143: Relax face sets doesn't modify mesh
Sean Kim created pull request blender/blender#128149 2024-09-26 03:35:55 +02:00
Fix #128143: Relax face sets doesn't modify mesh
Sean Kim pushed to fix-draw-face-set at Sean-Kim/blender 2024-09-26 03:35:21 +02:00
8dd2976114 Fix: Draw face set does not work for multires / dyntopo
7ec12a784b Tests: Update hash for updated geometry nodes triangulate test
2ba0828de0 Tests: Update hash for updated geometry nodes triangulate test
d80011d11a Cleanup: Fix missing-declarations warning
18c59d02a3 Fix: Lite build error after recent VSE commit
Compare 10 commits »
Sean Kim created branch fix-draw-face-set in Sean-Kim/blender 2024-09-26 03:35:21 +02:00
Sean Kim pushed to fix-128143-relax-face-set at Sean-Kim/blender 2024-09-26 03:32:30 +02:00
e1538d5cd9 Fix #128143: Relax face sets doesn't modify mesh
e045471259 Cleanup: remove unused functions from usd_blend_shape_utils
2cdbe7b5f3 Fix: USD: Support color attributes on all relevant domains
a6d5652043 Geometry Nodes: use placeholder instead of label in some string sockets
8027720e51 Refactor: Nodes: handle unavailable sockets in declaration instead of update function
Compare 10 commits »
Sean Kim created branch fix-128143-relax-face-set in Sean-Kim/blender 2024-09-26 03:32:29 +02:00
Sean Kim commented on issue blender/blender#128143 2024-09-26 02:32:48 +02:00
Sculpt: Face Set Paint brush does not relax the borders with Shift key anymore.

Should have a fix soon

Sean Kim commented on issue blender/blender#128143 2024-09-26 02:26:10 +02:00
Sculpt: Face Set Paint brush does not relax the borders with Shift key anymore.

Bad commit is d64f62e4fa92ceeff1d945c9c51d4bc94cf4a0ee

cc @HooglyBoogly

Sean Kim opened issue blender/blender#128146 2024-09-26 01:43:44 +02:00
Clay Strips Brush issues
Sean Kim commented on pull request blender/blender#126486 2024-09-26 00:17:08 +02:00
Fix #126480: Convert mesh to legacy curve and GPv3

Some general thoughts from my end - I'm not sure if we do this pattern of recursively calling the same operator multiple times elsewhere in the codebase, but this seems prone to leaving objects in…