Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim created pull request blender/blender#122245 2024-05-25 02:29:08 +02:00
Sculpt: Add Line Face Set Tool
Sean Kim created branch line-face-set in Sean-Kim/blender 2024-05-25 02:06:49 +02:00
Sean Kim pushed to line-face-set at Sean-Kim/blender 2024-05-25 02:06:49 +02:00
478cc35aeb Sculpt: Add Line Face Set Tool
896ef010f6 Fix #122031: Cycles: OSL implementation of Thin Film is missing
bfa54f22ce USD Import: Added an option to import only defined prims
6b6657405f Fix #76704: resetting socket values always resets to zero instead of default value
a6a5fd053a USD Export: filtering option for types to export
Compare 10 commits »
Sean Kim commented on issue blender/blender#107118 2024-05-25 01:40:42 +02:00
Multiresolution Issues

Noting #122243 down here as another visibility related issue for Multires

Sean Kim commented on issue blender/blender#122243 2024-05-25 01:38:37 +02:00
Multires not preserving visibility state when switching levels

Seems like it, though certainly not a recent one if it broke between 2.79 and 2.80

Sean Kim commented on issue blender/blender#122243 2024-05-25 00:59:24 +02:00
Multires not preserving visibility state when switching levels

As far as I can tell this has exhibited weird behavior since 2.80 at least - I'm inclined to think that this is a limitation, but I don't have enough historical knowledge to say definitively…

Sean Kim pushed to hide-show-grow-shrink at Sean-Kim/blender 2024-05-24 06:07:59 +02:00
b01ec15ba1 Remove timing statements
826d8eafa7 Update multires with similar patterns
Compare 2 commits »
Sean Kim pushed to hide-show-grow-shrink at Sean-Kim/blender 2024-05-24 04:59:33 +02:00
1b7e344586 Overhaul mesh grow/shrink
90a4497b13 Fix python attribute names
Compare 3 commits »
Sean Kim commented on pull request blender/blender#121929 2024-05-23 11:12:02 +02:00
Fix #95419: Sculpt: Invert visible hides all faces with Multires modifier

For the title of the PR, follow the commit message guidelines. It should be explaining what is the user-level…

Sean Kim pushed to hide-show-grow-shrink at Sean-Kim/blender 2024-05-21 21:38:27 +02:00
50d6bdd529 Update changed functions
Sean Kim pushed to hide-show-grow-shrink at Sean-Kim/blender 2024-05-21 20:40:47 +02:00
2d9399094a Use BitGroupVector copy ctor
5f004550a3 Merge branch 'main' of projects.blender.org:blender/blender into hide-show-grow-shrink
69e4aac784 EEVEE-Next: Volume Light-Probe: Baking shadow not synced with final camera
01308713ff Fix: EEVEE-Next: Shadow: Avoid uninitialized grid_shift
8dcf6f43bf Fix: EEVEE-Next: Disable sun extraction during light baking
Compare 118 commits »
Sean Kim pushed to hide-show-grow-shrink at Sean-Kim/blender 2024-05-21 20:34:44 +02:00
33fb3bff89 Extract index function
Sean Kim pushed to hide-show-grow-shrink at Sean-Kim/blender 2024-05-21 20:25:29 +02:00
27ee972b8e Simplify iteration over grids and meshes
Sean Kim pushed to hide-show-grow-shrink at Sean-Kim/blender 2024-05-21 20:23:13 +02:00
4338c2c6fb Use lookup_or_default for .hide_poly
Sean Kim pushed to hide-show-grow-shrink at Sean-Kim/blender 2024-05-21 20:20:39 +02:00
1746b814ca Switch EditMode for VisAction
Sean Kim created pull request blender/blender#122062 2024-05-21 19:20:01 +02:00
WIP: Sculpt: Add stroke stabilization to lasso tools
Sean Kim pushed to lasso-stabilize at Sean-Kim/blender 2024-05-21 19:16:45 +02:00
360e6f3bb0 WIP: Sculpt: Add stroke stabilization to lasso tools
25c1614f40 Fix #121747: Warnings about AgX False Color Rec.1886 colorspace
fe5b3543e9 BLI: Add BitGroupVector copy constructor
5f9f3116db Libraries: Support editing linked datablocks from some libraries
a1b4d5ecc8 RNA: Better enforce rules about pointers between datablocks
Compare 10 commits »
Sean Kim created branch lasso-stabilize in Sean-Kim/blender 2024-05-21 19:16:45 +02:00
Sean Kim deleted branch bit-group-vector-copy from Sean-Kim/blender 2024-05-21 18:21:08 +02:00
Sean Kim pushed to main at blender/blender 2024-05-21 18:21:07 +02:00
fe5b3543e9 BLI: Add BitGroupVector copy constructor