Sean Kim Sean-Kim
  • Joined on 2023-12-14
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 created branch lasso-stabilize in Sean-Kim/blender 2024-05-21 19:16:45 +02:00
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 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
Sean Kim merged pull request blender/blender#122026 2024-05-21 18:21:06 +02:00
BLI: Add BitGroupVector copy constructor
Sean Kim commented on pull request blender/blender#122026 2024-05-21 18:20:03 +02:00
BLI: Add BitGroupVector copy constructor

Spoke with Hans offline, since this is a simple change, I'm going ahead with the merge now.

Sean Kim commented on pull request blender/blender#122026 2024-05-21 18:10:29 +02:00
BLI: Add BitGroupVector copy constructor

Oops, missed that constructor - went straight for trying the BoundedBitSpan with other.data_() and couldn't get that to work.

Sean Kim pushed to bit-group-vector-copy at Sean-Kim/blender 2024-05-21 18:09:52 +02:00
5185fb43b0 Use BitVector copy constructor
Sean Kim commented on pull request blender/blender#122026 2024-05-21 04:55:30 +02:00
BLI: Add BitGroupVector copy constructor
Sean Kim commented on pull request blender/blender#120282 2024-05-21 03:49:27 +02:00
Sculpt: Add increase / decrease visibility operator

PR: #122026

Sean Kim created pull request blender/blender#122026 2024-05-21 03:48:39 +02:00
BLI: Add BitGroupVector copy constructor