Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim commented on pull request blender/blender#120378 2024-10-01 02:36:31 +02:00
Feature #120318: Add sculpt mask access in node tool

This PR was superseded by blender/blender#126316, closing

Sean Kim commented on issue blender/blender#79487 2024-10-01 02:27:13 +02:00
Multires Level switching undo bug

@JulienKaspar - Question about the desired behavior here: Is it important for any change on the levels to push an undo, or are we only interested in the "Sculpt Level" changes? Object mode tracks…

Sean Kim created pull request blender/blender#128397 2024-10-01 02:05:19 +02:00
Cleanup: Extract multires modifier operators into separate file
Sean Kim created branch split-multires-mod-operators in Sean-Kim/blender 2024-10-01 02:04:52 +02:00
Sean Kim pushed to split-multires-mod-operators at Sean-Kim/blender 2024-10-01 02:04:52 +02:00
2c8d8981fa Cleanup: Extract multires modifier operators into separate file
05a398cf45 UI: Preferences: Align new Editor properties
7665e28b37 GPv3: Assert in weight paint with zero points
d6ec2f0539 UI: Update icon for Grease Pencil layer and group
19465bec19 GPv3: Add canvas options to the overlay settings
Compare 10 commits »
Sean Kim commented on issue blender/blender#94769 2024-10-01 00:52:31 +02:00
Multires spikes

I can't seem to replicate this from scratch on either 3.6 or 4.2 - @JulienKaspar have you noticed this in a recent build / are you able to replicate it?

Sean Kim commented on pull request blender/blender#128334 2024-10-01 00:27:19 +02:00
macOS: Enable clang-tidy Objective-C checks

Quickly searching the Developer Handbook and General Docs it doesn't seem like we have anything regarding clang-tidy currently, perhaps we could look into adding a Clang-Tidy page in Developer…

Sean Kim commented on pull request blender/blender#128260 2024-10-01 00:05:37 +02:00
Fix #128257: Crash when using Set Vertex Colors with no brush

@notrudyyy Thanks for the report & the fix!

Sean Kim pushed to main at blender/blender 2024-10-01 00:05:16 +02:00
8d11882d07 Fix #128257: Crash when using Set Vertex Colors with no brush
Sean Kim closed issue blender/blender#128257 2024-10-01 00:05:14 +02:00
Crash when using "Set Vertex Colors" without a brush.
Sean Kim merged pull request blender/blender#128260 2024-10-01 00:05:13 +02:00
Fix #128257: Crash when using Set Vertex Colors with no brush
Sean Kim commented on issue blender/blender#76374 2024-09-30 23:44:44 +02:00
Multires: Artefacts from lower subdiv level changes

I think I have a rough idea of how to solve this - though my current estimation is that it will be a fair bit of work.

Steps:

  • Create a new BitVector stored in SculptSession alongside…
Sean Kim pushed to main at blender/blender 2024-09-30 21:21:05 +02:00
71033685f6 Fix #128272: Plane Trim applies to incorrect vertices
Sean Kim deleted branch fix-plane-trim from Sean-Kim/blender 2024-09-30 21:21:04 +02:00
Sean Kim closed issue blender/blender#128272 2024-09-30 21:21:03 +02:00
Regression: Sculpt: Clay Strip brush's Plane Trim is broken
Sean Kim merged pull request blender/blender#128391 2024-09-30 21:21:02 +02:00
Fix #128272: Plane Trim applies to incorrect vertices
Sean Kim closed issue blender/blender#92372 2024-09-30 21:20:17 +02:00
Sculpt mode: hide masked do not work when modifier enabled, but hidden part works with modifier.
Sean Kim commented on issue blender/blender#92372 2024-09-30 21:20:13 +02:00
Sculpt mode: hide masked do not work when modifier enabled, but hidden part works with modifier.

This works in 3.6.16, 4.2.2 and current main - closing.