Page MenuHome

Multi-Object-Editing : Support for MESH_OT_merge
AbandonedPublic

Authored by Miguel Pozo (pragma37) on May 8 2018, 1:52 AM.

Details

Summary

Vertex merge support for multi object editing.

It allows you to merge at first or at last selected vertex as long as one of the objects has a first or last selected vertex.

I assume that merging vertices between different objects is out of scope, but maybe I'm wrong?

Diff Detail

Repository
rB Blender

Event Timeline

Miguel Pozo (pragma37) edited the summary of this revision. (Show Details)May 8 2018, 1:56 AM

Added a second diff that requires every object to have a first/last selected vertex to allow merge at first/last.
Not sure what's better.