blender/scripts/startup
Campbell Barton 786734e6c8 Fix #106057: setting the sculpt curve brush in Python clears active tool
The built-in brush identifier didn't match the enum name causing
brush assignment not to update the tool-system (clearing the tool).

Resolve by using generate_from_enum_ex(..) to avoid each brush
definition having to manually duplicate enum definitions.
2023-04-14 20:14:06 +10:00
..
bl_app_templates_system
bl_operators Fix missing import for DJV on APPLE 2023-04-13 13:14:17 +10:00
bl_ui Fix #106057: setting the sculpt curve brush in Python clears active tool 2023-04-14 20:14:06 +10:00
keyingsets_builtins.py
nodeitems_builtins.py