Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim closed issue blender/blender#120761 2024-05-14 21:25:11 +02:00
Sculpt Hide Tool doesn't hide all adjacent faces when single vertex is selected
Sean Kim merged pull request blender/blender#121678 2024-05-14 21:25:10 +02:00
Fix #120761: Handle vert to face flushing in vert_hide_update
Sean Kim pushed to main at Sean-Kim/blender-developer-docs 2024-05-14 21:22:23 +02:00
7e2fa7789f VSCode: Add GitLens integration instructions with projects.blender.org
63ec127332 Update docs/release_notes/4.2/sculpt.md
2fae246bce Update docs/features/extensions/schema/1.0.0.md
4ce65284be Update docs/release_notes/4.2/eevee.md
dd7eaebe2b Update docs/release_notes/4.2/eevee.md
Compare 360 commits »
Sean Kim commented on pull request blender/blender#120282 2024-05-14 21:08:53 +02:00
Sculpt: Add increase / decrease visibility operator

@blender-bot package

Sean Kim pushed to hide-show-grow-shrink at Sean-Kim/blender 2024-05-14 21:07:26 +02:00
1d2aefd5f7 Fix missed renaming in menu entries
Sean Kim commented on pull request blender/blender#120282 2024-05-14 20:48:23 +02:00
Sculpt: Add increase / decrease visibility operator

i dont know whats wrong. i wanted to test this a little bit so i downloaded the pr build from here: https://builder.blender.org/download/patch/PR120282/ but i cant find the Grow Visibility and…

Sean Kim pushed to fix-120761-option-2 at Sean-Kim/blender 2024-05-14 20:40:41 +02:00
36d711080e PR Feedback
Sean Kim pushed to main at blender/blender-developer-docs 2024-05-14 19:44:11 +02:00
63ec127332 Update docs/release_notes/4.2/sculpt.md
Sean Kim deleted branch line-angle from Sean-Kim/blender 2024-05-14 19:01:17 +02:00
Sean Kim pushed to main at blender/blender 2024-05-14 19:01:14 +02:00
1cf0d7ca6a Sculpt: Add customizable increment for line tool snapping
Sean Kim merged pull request blender/blender#121547 2024-05-14 19:01:13 +02:00
Sculpt: Add customizable increment for line tool snapping
Sean Kim commented on pull request blender/blender#121547 2024-05-14 18:44:52 +02:00
Sculpt: Add customizable increment for line tool snapping

Discussed offline - for future reference the floorf is calculating a integer number of rotations to do.

Sean Kim pushed to line-angle at Sean-Kim/blender 2024-05-14 18:38:16 +02:00
9c6789dde8 Adjust naming
Sean Kim commented on pull request blender/blender#121547 2024-05-14 17:57:10 +02:00
Sculpt: Add customizable increment for line tool snapping

Oh, ugh, moving too fast. I think the names just need to be updated here.

The previous code was going from

  • angle - radians
  • angle_deg - degrees
  • angle_snapped_deg - degrees *…
Sean Kim pushed to line-angle at Sean-Kim/blender 2024-05-14 17:46:27 +02:00
cd88a87fd0 Avoid round-trip conversion from deg -> rad
Sean Kim pushed to line-angle at Sean-Kim/blender 2024-05-14 17:30:42 +02:00
bf11a25d54 Add popover to weight paint
dc6efbd0aa Revert "Move popover to tool settings"
Compare 2 commits »
Sean Kim commented on pull request blender/blender#121547 2024-05-14 17:06:34 +02:00
Sculpt: Add customizable increment for line tool snapping

Just an update here from the module meeting - planning on going with the global header option right now to make it the most consistent with other modes so that it's more consistent with other modes.

Sean Kim commented on pull request blender/blender#121547 2024-05-14 16:41:43 +02:00
Sculpt: Add customizable increment for line tool snapping

Uploading the two different options for where the header could be (mentioned in the UI module chat)

Sean Kim pushed to fix-120761-option-2 at Sean-Kim/blender 2024-05-14 02:00:19 +02:00
189d48476a Address PR feedback