Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2018-08-21 00:18:06 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-08-21 02:58:20 +0300
commitb4d23818c81e5d1559f87e52b8a7b8247e8759a3 (patch)
treef50c8ee4daef98a2f8b586b27ad6ef0166129bdd /source/blender/editors/mesh/mesh_ops.c
parent753be0a2a59fb77adc179aa8502b4f9b2ee97597 (diff)
Remove MESH_OT_drop_named_image
This was never ported to work with Cycles, so it is basically useless in 2.8. It can always be brought back in the future.
Diffstat (limited to 'source/blender/editors/mesh/mesh_ops.c')
-rw-r--r--source/blender/editors/mesh/mesh_ops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/mesh_ops.c b/source/blender/editors/mesh/mesh_ops.c
index 9419caa4d65..deb37a5925d 100644
--- a/source/blender/editors/mesh/mesh_ops.c
+++ b/source/blender/editors/mesh/mesh_ops.c
@@ -167,7 +167,6 @@ void ED_operatortypes_mesh(void)
WM_operatortype_append(MESH_OT_customdata_skin_clear);
WM_operatortype_append(MESH_OT_customdata_custom_splitnormals_add);
WM_operatortype_append(MESH_OT_customdata_custom_splitnormals_clear);
- WM_operatortype_append(MESH_OT_drop_named_image);
WM_operatortype_append(MESH_OT_edgering_select);
WM_operatortype_append(MESH_OT_loopcut);