Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim pushed to fix-121546 at Sean-Kim/blender 2024-05-09 01:47:11 +02:00
b7917b0b4b Remove missed debug statement
Sean Kim created pull request blender/blender#121604 2024-05-09 01:46:04 +02:00
Fix #121546: Ensure face set exists before trim operation
Sean Kim pushed to fix-121546 at Sean-Kim/blender 2024-05-09 01:43:19 +02:00
147af74c3b Fix #121546: Ensure face set exists before trim operation
4dfc1ede58 Geometry Nodes: output transform matrix from object info node
f4b9ca758a Nodes: add color tag to node groups
7859e0f606 EEVEE-Next: Rename engines and set it default in startup file
2f289857af Object: add Shade Auto Smooth operator
Compare 10 commits »
Sean Kim created branch fix-121546 in Sean-Kim/blender 2024-05-09 01:43:19 +02:00
Sean Kim commented on pull request blender/blender#121547 2024-05-09 00:04:38 +02:00
Sculpt: Add customizable increment for line tool snapping

tested it a little bit, and it works fine. very useful feature 👍

but i think where it was made more sense. i mean, this is a global setting, not a per tool setting. When you change…

Sean Kim deleted branch toolbar-blend-readme from Sean-Kim/blender-assets 2024-05-08 22:34:39 +02:00
Sean Kim merged pull request blender/blender-assets#5 2024-05-08 22:34:39 +02:00
Cleanup: Remove most information from internal README.txt
Sean Kim pushed to main at blender/blender-assets 2024-05-08 22:34:39 +02:00
833f3f67a8 Cleanup: Remove most information from internal README.txt
Sean Kim commented on pull request blender/blender#121547 2024-05-08 22:27:08 +02:00
Sculpt: Add customizable increment for line tool snapping

can we have a pic of where this setting is located now?

@ThinkingPolygons - Updated the main post with an example from Line Mask. Alternatively, if you want to see it for each tool that was…

Sean Kim commented on pull request blender/blender#121547 2024-05-08 20:40:02 +02:00
Sculpt: Add customizable increment for line tool snapping

@blender-bot package

Sean Kim pushed to line-angle at Sean-Kim/blender 2024-05-08 20:39:07 +02:00
4487b415f1 Move popover to tool settings
Sean Kim commented on pull request blender/blender#121547 2024-05-08 19:08:08 +02:00
Sculpt: Add customizable increment for line tool snapping

Is that working for all line tools? @nickberckley - Yes, the full list of tools that this would apply to is:

  • IMAGE_OT_sample_line
  • PAINT_OT_weight_gradient
  • MESH_OT_bisect
  • PAINT_OT_mas…
Sean Kim pushed to line-angle at Sean-Kim/blender 2024-05-08 06:46:51 +02:00
574395fe21 Remove precision angle field from UI
Sean Kim created pull request blender/blender#121547 2024-05-08 03:00:09 +02:00
Sculpt: Add customizable increment for line tool snapping
Sean Kim pushed to line-angle at Sean-Kim/blender 2024-05-08 02:51:33 +02:00
e4f6bd626b Sculpt: Add customizable increment for line tool snapping
Sean Kim pushed to line-angle at Sean-Kim/blender 2024-05-08 02:29:11 +02:00
c37a1dec41 Sculpt: Add customizable increment for line tool snapping
dfe060ea6f UI: Edit Mesh Knife Status Display
ba9286706a Geometry Nodes: Sample Grid Index node
42a8947eb1 UI: Edit Mesh Inset Faces Status Display
6f2afc7390 Fix #121436: Compositor: 2d Stabilization translates image when set to bicubic
Compare 10 commits »
Sean Kim created branch line-angle in Sean-Kim/blender 2024-05-08 02:29:10 +02:00
Sean Kim commented on issue blender/blender#121546 2024-05-08 02:17:43 +02:00
Regression: Sculpt: Trim tools not creating face sets automatically

I suspect it's this commit: f3dd1a3260 (diff-a782deb6a2703e2e930ca6966dd089ec6d6d6f92) but I haven't verified it yet.

Sean Kim commented on issue blender/blender#121546 2024-05-08 02:14:28 +02:00
Regression: Sculpt: Trim tools not creating face sets automatically

Seems that this broke sometime between 4.0 and 4.1. Can confirm the desired behavior in the former but not in the latter.

Sean Kim commented on pull request blender/blender#120282 2024-05-07 07:01:56 +02:00
Sculpt: Add increase / decrease visibility operator

@DanielBystedt - The operator now works with multires & I've also added the operator panel for the step size.