Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim pushed to 112371-mask-invisible at Sean-Kim/blender 2024-02-13 01:59:56 +01:00
a410571a62 Sculpt: Disable mask operators on invisible objects
Sean Kim created pull request blender/blender#118172 2024-02-13 01:31:47 +01:00
Sculpt: Disable modal filter operators on invisible objects
Sean Kim pushed to 112371-filter-invisible at Sean-Kim/blender 2024-02-13 01:24:31 +01:00
0916a70946 Sculpt: Disable modal filter operators on invisible objects
d45175c919 UI: Fix Indentation Issue in Asset Browser
d54a1b0364 Fix asset indexer string shortening breaking UTF-8 strings
1323b9912c Cleanup: Remove outdated comment
7821cf068c Fix: Workbench: Shadows
Compare 10 commits »
Sean Kim created branch 112371-filter-invisible in Sean-Kim/blender 2024-02-13 01:24:31 +01:00
Sean Kim commented on issue blender/blender#112371 2024-02-13 00:28:12 +01:00
Sculpting/Painting on invisible objects

Amending my previous comment - there are far more than those that still need to be edited for visibility checking. I went through the list of operators in sculpt_ops.cc and came up with the…

Sean Kim created pull request blender/blender#118075 2024-02-10 03:21:03 +01:00
Sculpt: Disable SCULPT_OT_sample_detail_size on invisible objects
Sean Kim pushed to 112371-sample-invisible at Sean-Kim/blender 2024-02-10 03:16:21 +01:00
e260cf3a2f Sculpt: Disable SCULPT_OT_sample_detail_size on invisible objects
Sean Kim created branch 112371-sample-invisible in Sean-Kim/blender 2024-02-10 03:16:21 +01:00
Sean Kim created pull request blender/blender#118072 2024-02-10 02:51:31 +01:00
Sculpt: Disable SCULPT_OT_trim_* operators on invisible objects.
Sean Kim pushed to 112371-trim-invisible at Sean-Kim/blender 2024-02-10 02:42:42 +01:00
8c638878e6 Sculpt: Disable SCULPT_OT_trim_* operators on invisible objects.
Sean Kim created branch 112371-trim-invisible in Sean-Kim/blender 2024-02-10 02:42:42 +01:00
Sean Kim created pull request blender/blender#118070 2024-02-10 01:38:43 +01:00
Sculpt: Disable SCULPT_OT_expand on invisible objects
Sean Kim created branch 112371-expand-invisible in Sean-Kim/blender 2024-02-10 00:53:56 +01:00
Sean Kim pushed to 112371-expand-invisible at Sean-Kim/blender 2024-02-10 00:53:56 +01:00
e975f8e580 Sculpt: Disable SCULPT_OT_expand on invisible objects
55882e1fb0 Fix #118061: Tooltip Length Calculation Clipped for Enums
93e4fa7d36 Build: Disable TIFF sphinx docs for library dependencies
d1d3d998ea Fix: LibOverride: Memory leak after recent std::string conversion
93e72912e1 Fix #118014: Sculpt: Some brushes don't work with dyntopo
Compare 10 commits »
Sean Kim commented on issue blender/blender#118014 2024-02-09 01:52:30 +01:00
Sculpt: Some brushes dont work when dyntopo is enabled

Been trying to bisect this to try and find where the change could be I think I've narrowed it to the range of c9dd5ce4cc1 ~ 2c85561fc31

Sean Kim commented on issue blender/blender#118014 2024-02-08 20:54:43 +01:00
Sculpt: Some brushes dont work when dyntopo is enabled

I'm not certain if this is related, but replicating on a build with asserts enabled and attempting to replicate this trips the following assert:

➜  MacOS ./Blender
Color management:…
Sean Kim opened issue blender/blender#118014 2024-02-08 20:51:22 +01:00
Sculpt: Draw brush doesn't work when dyntopo is enabled
Sean Kim created pull request blender/blender#117976 2024-02-08 08:59:34 +01:00
Fix: Prevent erroneous values for detail_size and detail_percent
Sean Kim pushed to detail-size-min at Sean-Kim/blender 2024-02-08 08:56:11 +01:00
d562db019e Fix: Prevent erroneous values for detail_size and detail_percent
f9e976c899 Fix error suppressing double-click events for modal keymap handling
cf5304855f Fix #117632: IME input crash after refactor to use std::string
899f5e2c94 Fix incorrect use of EVENT_* types as a flag
34f64eb35b Build: add additional packages for Linux (cuda-toolkip & autogen)
Compare 7 commits »
Sean Kim created branch detail-size-min in Sean-Kim/blender 2024-02-08 08:56:11 +01:00