Block a user
Inconsistency: Polyline tools in Sculpt mode do not react to double click.
Inconsistency: Polyline tools in Sculpt mode do not react to double click.
Closing this, functionality should be available in the next daily build.
Sean Kim
deleted branch doubleclick-confirm-polyline from Sean-Kim/blender
2024-08-12 17:06:53 +02:00
Sculpt: Add polyline gesture submit on double click
WIP: UX: Add Polyline Select tool
Refactor: Sculpt: Add active_vert_index() and active_vert_position()
7d27525a2e
Refactor: Sculpt: Add active_vert_index() and active_vert_position()
1c98cdbc52
Refactor: UI_list: Move
PointerRNA
containers to C++ code.
7d52265771
Fix several issues with i18n tools on non-linux platforms.
1c1af5383b
Overlay-Next: Enable prepass only if selection and xray are off
ef2e1f8423
Fix #126160: Incorrect string returned from usd::make_safe_name
Refactor: Restructure sculpt shape key updates
Ah, yeah, I missed removing this, I don't think it does much in this particular case.
Refactor: Restructure sculpt shape key updates
To add to this - I think we could filter out some of these applications if we know we're working with non-basis shape keys, but I don't know if the potential speed gain would be worth the extra…