Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim pushed to 102585-automask-toggle-icon at Sean-Kim/blender 2024-01-25 03:59:39 +01:00
f211f70278 UI: Add automasking icon toggling for sculpt mode
Sean Kim created branch 102585-automask-toggle-icon in Sean-Kim/blender 2024-01-25 03:59:39 +01:00
Sean Kim pushed to 102377-auto-masking at Sean-Kim/blender 2024-01-25 03:55:34 +01:00
8bed5b3501 Merge branch 'main' of projects.blender.org:blender/blender into 102377-auto-masking
6aede44fb7 PyAPI: remove checks for add-ons pre 2.8x
b8b1189bc4 Cleanup: assign a variable for the extension module with a trailing "."
4b4ebc0f5c Unbreak build with freestyle from syntax error
c5dd51a4dc Fix syntax error in workbench_render_tests
Compare 142 commits »
Sean Kim pushed to 108109-unified-input-samples at Sean-Kim/blender 2024-01-25 03:52:13 +01:00
64517df2aa Merge branch 'main' of projects.blender.org:blender/blender into 108109-unified-input-samples
6aede44fb7 PyAPI: remove checks for add-ons pre 2.8x
b8b1189bc4 Cleanup: assign a variable for the extension module with a trailing "."
4b4ebc0f5c Unbreak build with freestyle from syntax error
c5dd51a4dc Fix syntax error in workbench_render_tests
Compare 142 commits »
Sean Kim commented on issue blender/blender#102585 2024-01-25 01:39:58 +01:00
Improved Mask icon with disabled state

@Gangneron - Apologies, but given that your last post prior to the recent activity was over half a year ago, I assumed that you had lost any interest in following up with this task.

Sean Kim commented on issue blender/blender#102585 2024-01-24 23:21:48 +01:00
Improved Mask icon with disabled state

@Sean-Kim Which GP tool do you mean? Or do you mean the "Masks" panel in the Object Data properties?

@JulienKaspar Ah, upon further review I was mistaken. I meant the Object Data properties…

Sean Kim commented on pull request blender/blender#117467 2024-01-24 23:08:41 +01:00
UI: Update default mask icon

So far this looks good to me. The only unfortunate thing is that the new mask modifier icon has more weight when compared to all other modifier icons. It sticks out and breaks visual…

Sean Kim commented on issue blender/blender#102585 2024-01-24 03:45:46 +01:00
Improved Mask icon with disabled state

@JulienKaspar Something I noticed while working on the above PR: the Grease Pencil tool uses CLIPUV_HLT to indicate that a mask is inactive and CLIPUV_DEHLT to indicate that the mask is active.…

Sean Kim created pull request blender/blender#117467 2024-01-24 03:34:47 +01:00
UI: Replace MOD_MASK icon with CLIP_UVDEHLT
Sean Kim pushed to 102585-mask-icon at Sean-Kim/blender 2024-01-24 03:05:03 +01:00
b4fef2a277 UI: Replace MOD_MASK icon with CLIP_UVDEHLT
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…