blender/scripts/startup/bl_ui
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
..
__init__.py
generic_ui_list.py Cleanup: consistent naming for tool_settings & operator properties 2023-04-13 13:14:01 +10:00
node_add_menu_geometry.py Cleanup: quiet various pylint warnings 2023-04-13 13:14:05 +10:00
node_add_menu.py Cleanup: quiet various pylint warnings 2023-04-13 13:14:05 +10:00
properties_animviz.py
properties_collection.py
properties_constraint.py Fix #105067: Error drawing Copy Rotation Constraint UI 2023-02-23 10:42:03 +01:00
properties_data_armature.py Bone relation lines: optionally draw between bone heads 2023-03-21 15:16:13 +01:00
properties_data_bone.py
properties_data_camera.py I18n: disambiguate a few messages 2023-04-12 15:09:17 +02:00
properties_data_curve.py
properties_data_curves.py
properties_data_empty.py I18n: disambiguate a few messages 2023-04-12 15:09:17 +02:00
properties_data_gpencil.py
properties_data_lattice.py
properties_data_light.py I18n: disambiguate a few messages 2023-04-12 15:09:17 +02:00
properties_data_lightprobe.py
properties_data_mesh.py Cleanup: consistent naming for tool_settings & operator properties 2023-04-13 13:14:01 +10:00
properties_data_metaball.py
properties_data_modifier.py
properties_data_pointcloud.py
properties_data_shaderfx.py
properties_data_speaker.py
properties_data_volume.py
properties_freestyle.py Cleanup: consistent naming for tool_settings & operator properties 2023-04-13 13:14:01 +10:00
properties_grease_pencil_common.py Cleanup: consistent naming for tool_settings & operator properties 2023-04-13 13:14:01 +10:00
properties_mask_common.py Cleanup: autopep8 2023-03-01 22:12:18 +11:00
properties_material_gpencil.py
properties_material.py I18n: disambiguate a few messages 2023-04-12 15:09:17 +02:00
properties_object.py Cleanup: autopep8 2023-03-01 22:12:18 +11:00
properties_output.py I18n: disambiguate a few messages 2023-04-12 15:09:17 +02:00
properties_paint_common.py UI: Fix disconnected and non-clickable checkbox labels in popovers 2023-04-12 17:00:51 +02:00
properties_particle.py Cleanup: quiet various pylint warnings 2023-04-13 13:14:05 +10:00
properties_physics_cloth.py
properties_physics_common.py Cleanup: quiet pylint's inconsistent-return-statements warning 2023-04-13 13:14:06 +10:00
properties_physics_dynamicpaint.py
properties_physics_field.py
properties_physics_fluid.py Cleanup: quiet pylint's inconsistent-return-statements warning 2023-04-13 13:14:06 +10:00
properties_physics_rigidbody_constraint.py
properties_physics_rigidbody.py
properties_physics_softbody.py
properties_render.py
properties_scene.py
properties_texture.py
properties_view_layer.py Cleanup: remove duplicate class 2023-04-13 13:14:09 +10:00
properties_workspace.py
properties_world.py I18n: disambiguate a few messages 2023-04-12 15:09:17 +02:00
space_clip.py Cleanup: quiet pylint's inconsistent-return-statements warning 2023-04-13 13:14:06 +10:00
space_console.py Fix menu padding in Console editor header 2023-04-13 18:06:12 +02:00
space_dopesheet.py
space_filebrowser.py Assets: Add License and Copyright meta-data 2023-03-07 18:22:43 +01:00
space_graph.py Cleanup: avoid early imports, remove unused variable 2023-04-13 13:13:59 +10:00
space_image.py UI: Allow Clipboard Copy/Paste Images 2023-04-14 03:48:17 +02:00
space_info.py
space_nla.py
space_node.py Fix : Show 'Exit group' menu entry also for non group nodes. 2023-04-07 13:09:33 +02:00
space_outliner.py Cleanup: quiet various pylint warnings 2023-04-13 13:14:05 +10:00
space_properties.py
space_sequencer.py Cleanup: quiet various pylint warnings 2023-04-13 13:14:05 +10:00
space_spreadsheet.py
space_statusbar.py
space_text.py I18n: fix footer in the text editor when loading an external file 2023-04-12 12:19:00 +02:00
space_time.py
space_toolsystem_common.py
space_toolsystem_toolbar.py Fix #106057: setting the sculpt curve brush in Python clears active tool 2023-04-14 20:14:06 +10:00
space_topbar.py Cleanup: consistent naming for tool_settings & operator properties 2023-04-13 13:14:01 +10:00
space_userpref.py Cleanup: consistent naming for tool_settings & operator properties 2023-04-13 13:14:01 +10:00
space_view3d_toolbar.py Cleanup: consistent naming for tool_settings & operator properties 2023-04-13 13:14:01 +10:00
space_view3d.py Cleanup: quiet pylint's inconsistent-return-statements warning 2023-04-13 13:14:06 +10:00
utils.py