blender/scripts/startup
Sean Kim 68afd22501 Sculpt: Add Lasso Hide tool
This commit adds the `SCULPT_OT_hide_show_lasso_gesture` and the
corresponding Lasso Hide tool.

* Exposes the selection type for both the lasso and box hide tools
  as a option in the header
* Adds functionality into `sculpt_gesture.cc` for handling lasso
  selections with the `Outside` selection type

For `SelectionType::Outside`, the current implementation opts to not
do any filtering on the PBVH node level due to cases where the node
is mostly covered by a single gesture.

Addresses one of the tools in #80390

Pull Request: https://projects.blender.org/blender/blender/pulls/119140
2024-03-12 14:19:02 +01:00
..
bl_app_templates_system Cleanup: spelling in comments 2023-09-05 11:04:27 +10:00
bl_operators Merge branch 'blender-v4.1-release' 2024-03-12 21:21:09 +11:00
bl_ui Sculpt: Add Lasso Hide tool 2024-03-12 14:19:02 +01:00
keyingsets_builtins.py Cleanup: use since quotes for enum values, wrap multi-line brackets 2023-09-29 14:41:48 +10:00
nodeitems_builtins.py Cleanup: remove unused variables & imports in scripts/ 2023-11-10 10:06:41 +11:00