Missing previously available functions from Ctrl+v context menu in Edit Mode #77363
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#77363
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 446.14
Blender Version
Broken: version: 2.83.0, branch: master, commit date: 2020-06-03 14:38, hash:
blender/blender@211b6c29f7
Worked: 2.82a
Addon Information
Name: Edit Mesh Tools (0, 3, 6)
Author: Meta-Androcto
Short description of error
I used to be able find the "Merge Vertices" drop down functions by pressing the vertex context menu or by pressing the "Ctr+V" concext menu, while in mesh edit view in the previous Blender version (2.82a). I no longer can find these options (only by RMB clicking). I dont think this is the intended behaviour?
Exact steps for others to reproduce the error
Start a new blend file, select cube, edit mode, vertex select mode, select two or more vertices, Ctr+v .... can't find merge vertices drop down option on context menu (as found in Blender 2.82a).
Added subscriber: @Xande
Added subscriber: @Alaska
Changed status from 'Needs Triage' to: 'Archived'
This is intended behavior. The
Merge
function was shifted from theVertex
menu theMesh
menu and thus no longer shows up in theVertex
menu that shows up when you pressCtrl+V
.To find the
Merge Vertices
option, press M.The manual describes how it can be accessed in Blender 2.83: https://docs.blender.org/manual/en/latest/modeling/meshes/editing/mesh/merge.html
Added subscribers: @WilliamReynish, @lichtwerk
This has been done on purpose, see blender/blender@c1722a3a8c (and the reasoning behind it - not without controversy tbh, see @WilliamReynish 's comment there)
But for now you still have it in the {key W} / {key RMB} context menu as well as the dedicated {key M} menu.
Think we have to close this (as this is working as intended), this might thx reporting anyways!