Post #598: I made a merge verts macro based on the lasso dissolve example. I set it up to m

📋 Metadata

  • Author: fjg3d
  • Date: 2017-03-12 18:23:05
  • Type: question
  • Quality Score: 7/10
  • Replies (1): post_00599

🏷️ Tags

macro scripting advanced unsolved

  • Macro Editor
  • Stack Key Editor
  • Python Scripting

💬 Content

I made a merge verts macro based on the lasso dissolve example. I set it up to move the 3d cursor and merge at the cursor location which can be handy.

blender_2017-03-12_18-14-59.jpg878×235 23.1 KB

It would also be useful to merge to an active vertex. I know lasso doesn’t make active components, but using the code found in the stackexchange answer by codemanx here, (after removing the section that deselects the element) we can make active the nearest component to the cursor On Release. I got it working as a Stack Key, but it doesn’t work when I call the menu in a Macro. (I put it in place of the set 3d cursor in the image). Any ideas?


🔗 View on Blender Artists