Julien Kaspar JulienKaspar
Julien Kaspar commented on issue blender/blender#102585 2024-01-24 10:38:36 +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?

Julien Kaspar commented on issue blender/blender#102585 2024-01-23 10:06:23 +01:00
Improved Mask icon with disabled state

@Sean-Kim That sounds good. I'd say focus on switching the icons and implementing the on/off state for auto-masking.

I'm also not sure about renaming the icon name. The User Interface Module…

Julien Kaspar approved blender/blender#117433 2024-01-23 09:56:08 +01:00
Sculpt: Add brush settings for view & normal automasking values

On the user side this fixes the issue. Thanks for the PR!

Julien Kaspar commented on issue blender/blender#117416 2024-01-22 17:31:22 +01:00
Missing Icon in the UI

I have this happen every now an then for a while. It's a single toolbar icon that is displayed as NONE. A different one every time. But I also couldn't reproduce this reliably.

Julien Kaspar commented on pull request blender/blender#113270 2024-01-19 14:37:47 +01:00
WIP: Sculpt: Repeat last stroke for sculpt

I tested it again to see where it's at. Some new notes:

  • The 'Repeat Last (Relative)' operator is still in this PR. I think we wanted to split that off for now as it's not working quite as…
Julien Kaspar closed issue blender/blender#76655 2024-01-19 10:38:23 +01:00
Sculpt Mode: Edit Voxel Size hotkey conflict
Julien Kaspar closed issue blender/blender#77578 2024-01-19 10:37:54 +01:00
Face Sets Hide/Show don't work with Industry Compatible keymap
Julien Kaspar closed issue blender/blender#84974 2024-01-19 10:28:32 +01:00
Sculpt: RCS keymap conflicts (Context menu blocked by Face Sets pie menu, angle control, smooth/lazy mouse, smooth brush)
Julien Kaspar closed issue blender/blender#91900 2024-01-19 10:27:49 +01:00
Operators for visibility on active face set missing from menus
Julien Kaspar approved blender/blender#117316 2024-01-19 09:53:13 +01:00
Sculpt: Add global automasking propagation steps

On the user side this works like expected.

Julien Kaspar commented on pull request blender/blender#116207 2024-01-19 09:43:53 +01:00
Add "Pie Menu on Drag" support to Region Toggle Pie

@nickberckley I think in that case it might be better to grey out and disable the 'Region Toggle Pie' toggle if 'Pie Menu on Drag' is enabled. Not that great to have mutually exclusive toggles in…

Julien Kaspar commented on pull request blender/blender#116149 2024-01-18 16:59:46 +01:00
WIP: Snap Individual: improvements with mixed Face Nearest and Face Project

Currently it is done with the transformed position without snapping (which can be a little unpredictable as the user may not know where the vertex would be without the snap). Should the…

Julien Kaspar commented on pull request blender/blender#116149 2024-01-18 16:47:36 +01:00
WIP: Snap Individual: improvements with mixed Face Nearest and Face Project

I tested it for a bit. This update solves the core issues that would cause most undesired results.

I'm pretty sure 45 degrees is too low of a factor. If we want to fine tune this I'd love to…

Julien Kaspar commented on pull request blender/blender#116149 2024-01-18 14:21:39 +01:00
WIP: Snap Individual: improvements with mixed Face Nearest and Face Project

In the case of Armatures, Curves, Metaballs and Lattices it would make sense to fall back on the current implementation of the PR. In general if there are points that we can't get a normal from.…

Julien Kaspar commented on pull request blender/blender#116207 2024-01-18 09:44:17 +01:00
Add "Pie Menu on Drag" support to Region Toggle Pie

In theory I think this is good 👍 I couldn't build the PR to test it. The repo seems to be private? I am prompted to enter a password...

I'm curious how these options work in combination,…

Julien Kaspar commented on issue blender/blender#115646 2024-01-18 09:35:43 +01:00
Inconsistencies in Menus Based on Selection State

@Harley @pablovazquez This issue should be expanded into a bigger design. There are many more operators that appear based on context. All of them should be greyed out instead with a red tooltip…

Julien Kaspar commented on pull request blender/blender#117242 2024-01-17 17:43:39 +01:00
UI: Cleanup Dialog to Manage Orphaned Data

It would be great to not have "Cancel" as the default action highlighted in blue. While testing this PR today I kept noticing that I never actually purged any unused data :D

Julien Kaspar commented on pull request blender/blender#117153 2024-01-17 17:18:13 +01:00
UI: Improvements to Confirmation of Load Factory

I totally agree that the blue highlight should not be on "Cancel".

From the recent module meeting I'd also like to reiterate on a point: The message "To make changes permanent, use 'Save…

Julien Kaspar pushed to context_menu at JulienKaspar/blender 2024-01-17 15:51:23 +01:00
b69569afe9 Reorganised Gpencil context menu