Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim commented on issue blender/blender#127723 2024-09-17 07:28:30 +02:00
Sculpt: Assert while using Face Set gesture tool on Multires mesh

Maybe we can remove the assert? pbvh type of active object is grid, which is expected

No, unfortunately that's part of the reason I didn't just submit a patch for it. The code path that is…

Sean Kim pushed to cleanup-cavity-bake at Sean-Kim/blender 2024-09-17 07:23:42 +02:00
f3133af597 Cleanup: Sculpt: Various non-functional sculpt_ops.cc changes
Sean Kim pushed to cleanup-cavity-bake at Sean-Kim/blender 2024-09-17 07:21:13 +02:00
ef2a3d78fd Cleanup: Sculpt: Various non-functional sculpt_ops.cc changes
Sean Kim created branch cleanup-cavity-bake in Sean-Kim/blender 2024-09-17 07:03:36 +02:00
Sean Kim pushed to cleanup-cavity-bake at Sean-Kim/blender 2024-09-17 07:03:36 +02:00
ca7cd34dd4 Cleanup: Sculpt: Various non-functional sculpt_ops.cc changes
Sean Kim commented on issue blender/blender#127723 2024-09-17 07:02:06 +02:00
Sculpt: Assert while using Face Set gesture tool on Multires mesh

Oh, whoops, sorry @PratikPB2123, meant to confirm this when I created it, just wanted to make this issue so I remembered to get around to it later in this week.

Sean Kim pushed to gpv3-reproject at Sean-Kim/blender 2024-09-17 06:00:06 +02:00
5fc1c79ad1 Update grain size
Sean Kim commented on pull request blender/blender#127735 2024-09-17 05:19:48 +02:00
GPv3: Add Reproject operator
Sean Kim commented on pull request blender/blender#127735 2024-09-17 04:31:17 +02:00
GPv3: Add Reproject operator

As a note, I placed the operator in the "Cleanup" menu similar to where it is for the legacy grease pencil. Let me know if there's someplace better for it.

Sean Kim created pull request blender/blender#127735 2024-09-17 04:29:55 +02:00
GPv3: Add Reproject operator
Sean Kim pushed to gpv3-reproject at Sean-Kim/blender 2024-09-17 04:23:25 +02:00
d1c99fb7b7 GPv3: Add Reproject operator
Sean Kim pushed to gpv3-reproject at Sean-Kim/blender 2024-09-17 04:19:50 +02:00
2d15867594 GPv3: Add Reproject operator
Sean Kim pushed to gpv3-reproject at Sean-Kim/blender 2024-09-17 03:12:12 +02:00
dd32c920a1 WIP: GPv3: Add Reproject operator
0c02840a46 Fix: Incorrect debug assert in average_data_grids
8c98fcc1f1 Fix: Grease pencil vertex paint brush tool not showing
d28956ab99 Tools: Add BPY tool definition option for brush type
12fe0dd0cf Anim: make action/slot assignment code more generic
Compare 10 commits »
Sean Kim created branch gpv3-reproject in Sean-Kim/blender 2024-09-17 03:12:11 +02:00
Sean Kim commented on pull request blender/blender#127725 2024-09-17 02:44:18 +02:00
Sculpt: Extract deformation position data and logic to a class

Yeah, I think it is a defensive stance to take, though I interpret it with a slightly different spin - given time constraints that exist for any sort of feature development, I think making it easy…

Sean Kim deleted branch specialize-pose-chain-fk-init from Sean-Kim/blender 2024-09-16 22:29:41 +02:00
Sean Kim pushed to main at blender/blender 2024-09-16 22:29:40 +02:00
210dfd316a Refactor: Sculpt: Specialize IK chain FK face set calculation
Sean Kim merged pull request blender/blender#127666 2024-09-16 22:29:39 +02:00
Refactor: Sculpt: Specialize IK chain FK face set calculation
Sean Kim pushed to grease-pencil-bake-object-transform at Sean-Kim/blender 2024-09-16 22:22:28 +02:00
e24dd3ab5e Reorganize
0c62fe8d77 newline
73bf0a336b Multi-threading & removing check from hot loop
959ef139d5 Remove usage of add_frame
444e5281ef Use fmt
Compare 10 commits »
Sean Kim commented on pull request blender/blender#126581 2024-09-16 22:21:56 +02:00
GPv3: Add Bake Grease Pencil Animation operator

The corresponding legacy API being used here was BKE_gpencil_layer_frame_get which appears to exhibit the same behavior (i.e. a frame that is prior to scene.r.cfra)