Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim pushed to 102585-mask-icon at Sean-Kim/blender 2024-01-24 02:44:50 +01:00
Sean Kim created branch 102585-mask-icon in Sean-Kim/blender 2024-01-24 02:44:50 +01:00
Sean Kim created pull request blender/blender#117464 2024-01-24 00:45:34 +01:00
Fix: Allow OSX builds to find blender and inkscape correctly
Sean Kim pushed to icons-update-darwin at Sean-Kim/blender 2024-01-24 00:40:06 +01:00
b2e9112227 Fix: Allow OSX builds to find blender and inkscape correctly
99f9084bee Cleanup: Replace some CLAMP macros with C++ functions
1c503c094c Outliner: Add option to apply object modifier
ba096bae18 UI: TreeView Hierarchy Line with Region Zoom
461a598ed5 Build: don't write __pycache__ files into lib folder for make commands
Compare 10 commits »
Sean Kim created branch icons-update-darwin in Sean-Kim/blender 2024-01-24 00:40:05 +01:00
Sean Kim commented on issue blender/blender#102585 2024-01-23 06:46:34 +01:00
Improved Mask icon with disabled state

The only concern I have with renaming the CLIPUV icon is that it's currently in use by the [Curve Widget](https://docs.blender.org/manual/en/latest/interface/controls/templates/curve.html#ui-curve-

Sean Kim pushed to 115174-automask-limit-falloff at Sean-Kim/blender 2024-01-23 04:35:36 +01:00
e0d5905986 Minor comment cleanup for CR
Sean Kim commented on pull request blender/blender#117433 2024-01-23 04:30:06 +01:00
Sculpt: Add brush settings for view & normal automasking values

Agreed, left it like this originally to make it match the value in DNA_scene_defaults.h, but degrees makes more sense as a comment.

Sean Kim commented on pull request blender/blender#117433 2024-01-23 04:28:27 +01:00
Sculpt: Add brush settings for view & normal automasking values

According to the comment at the top of the file & dna_defaults.c this is where the startup.blend updating happens, not sure why blo_do_versions_400 doesn't apply to it, but when I've done…

Sean Kim commented on issue blender/blender#102585 2024-01-23 03:20:52 +01:00
Improved Mask icon with disabled state

Planning on picking work up here soon since the discussion has stalled out, just to be clear there are two main things that need to be done, correct, @JulienKaspar ?

  1. Update the general…
Sean Kim created pull request blender/blender#117433 2024-01-23 03:10:43 +01:00
Sculpt: Add brush settings for view & normal automasking values
Sean Kim created branch 115174-automask-limit-falloff in Sean-Kim/blender 2024-01-23 03:02:25 +01:00
Sean Kim pushed to 115174-automask-limit-falloff at Sean-Kim/blender 2024-01-23 03:02:25 +01:00
ca1dc4b4e8 Sculpt: Add brush settings for view & normal automasking values
b5a9c98e04 Fix #117081: Wrong Roughness when baking Principled BSDF
a4a8683788 UI: Increased Overlay Text Contrast
8dd30838e9 Fix #117423: Broken UI button float display after cleanup
50ff1e843b Cleanup: Remove unnecessary use of mutable linked list iteration
Compare 10 commits »
Sean Kim commented on issue blender/blender#102377 2024-01-23 02:13:17 +01:00
Auto-Masking: Propagation Steps needed as a global setting

Note to self to remember to update the docs here after #117316 is merged since it currently specifies that this…

Sean Kim commented on issue blender/blender#115174 2024-01-23 00:54:52 +01:00
Auto-Masking Limit and Falloff not a brush setting

Picking this task up, should have a PR later this week

Sean Kim commented on pull request blender/blender#117316 2024-01-20 00:59:26 +01:00
Sculpt: Add global automasking propagation steps

Sorry that I'm being a bit picky about removing unrelated changes from this PR, but I think it's a good habit to get into, and it makes the life of anyone reading the diff later easier.

No…

Sean Kim pushed to 102377-auto-masking at Sean-Kim/blender 2024-01-20 00:57:07 +01:00
4aed7e3b00 Remove exists check and unrelated changes
Sean Kim commented on pull request blender/blender#117316 2024-01-20 00:51:19 +01:00
Sculpt: Add global automasking propagation steps

Whoops, thought I removed this in the previous commit

Sean Kim pushed to 108109-unified-input-samples at Sean-Kim/blender 2024-01-20 00:42:37 +01:00
65c312aaa1 Address CR comments
3c888eefc4 Merge branch 'main' of projects.blender.org:blender/blender into 108109-unified-input-samples
33bb3d838f Fix #117224: Outliner recursive selection fails in reverse order
d2e4da0f5b Cleanup: reduce C-isms in imbuf headers
a705259b4b Cleanup: move imbuf .h files to .hh
Compare 139 commits »
Sean Kim pushed to 102377-auto-masking at Sean-Kim/blender 2024-01-20 00:30:02 +01:00
bc0b22946d Bump subversion correctly