blender/scripts/startup/bl_operators
Sebastian Parborg 013cd3d1ba Fix: Remove duplicate image_add operators in the 3D view port
As part of #118623, we discovered that the operator used for adding images in the 3D viewport was not the same when drag and dropping as when adding it from the add menu. This lead to different and potentially confusing behaviour for the user when they use both.

This patch removes the python operator and unifies the functionality into one operator. It also renames the operator to be in line with the other "Add X" object operators.

Pull Request: https://projects.blender.org/blender/blender/pulls/118973
2024-03-11 16:18:25 +01:00
..
bmesh Cleanup: use since quotes for enum values, wrap multi-line brackets 2023-09-29 14:41:48 +10:00
__init__.py Fix #112377: Edit Source missing info in the status bar 2023-10-05 13:09:47 +11:00
add_mesh_torus.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
anim.py Anim: bone collections, add 'un-solo all' operator 2024-01-26 11:09:06 +01:00
assets.py I18n: Go over TIP_ and IFACE_ usages, change to RPT_ when relevant 2024-01-12 13:37:32 +01:00
clip.py I18n: Go over TIP_ and IFACE_ usages, change to RPT_ when relevant 2024-01-12 13:37:32 +01:00
console.py I18n: disambiguate and extract a few messages 2023-09-04 16:16:26 +02:00
constraint.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
file.py Revert changes from main commits that were merged into blender-v4.1-release 2024-02-19 15:59:59 +01:00
freestyle.py Cleanup: spelling in comments, update dictionary 2023-09-03 21:35:07 +10:00
geometry_nodes.py Fix: exception in poll function of some node operators 2024-03-08 11:58:47 +01:00
image.py I18n: Go over TIP_ and IFACE_ usages, change to RPT_ when relevant 2024-01-12 13:37:32 +01:00
mesh.py I18n: Go over TIP_ and IFACE_ usages, change to RPT_ when relevant 2024-01-12 13:37:32 +01:00
node.py Geometry Nodes: Menu Switch Node 2024-01-26 12:40:01 +01:00
object_align.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
object_quick_effects.py I18n: Go over TIP_ and IFACE_ usages, change to RPT_ when relevant 2024-01-12 13:37:32 +01:00
object_randomize_transform.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
object.py Fix: Remove duplicate image_add operators in the 3D view port 2024-03-11 16:18:25 +01:00
presets.py Fixes for operator preset cleanup utility 2024-02-29 14:00:05 +11:00
rigidbody.py Fix #117547: RBD Bake to Keyframes no longer working 2024-01-30 10:54:05 +01:00
screen_play_rendered_anim.py I18n: Go over TIP_ and IFACE_ usages, change to RPT_ when relevant 2024-01-12 13:37:32 +01:00
sequencer.py I18n: Go over TIP_ and IFACE_ usages, change to RPT_ when relevant 2024-01-12 13:37:32 +01:00
spreadsheet.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
userpref.py Extensions: Update addon_enable/disable name and tooltip 2024-02-21 15:42:59 +01:00
uvcalc_follow_active.py Fix #115432: UV Follow Active Quads operator moves unselected vertices 2024-01-09 16:49:52 +11:00
uvcalc_lightmap.py UV: improve performance for lightmap unwrap 2024-01-11 10:32:07 +11:00
uvcalc_transform.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
vertexpaint_dirt.py License headers: use SPDX-FileCopyrightText in all sources 2023-06-15 13:35:34 +10:00
view3d.py Cleanup: lazily import bpy_extras.object_utils where possible 2024-01-19 11:52:08 +11:00
wm.py I18n: extract and disambiguate a few messages 2024-02-06 17:06:30 +01:00