0
$\begingroup$

How to duplicate selected vertices using python script?

$\endgroup$

1 Answer 1

2
$\begingroup$
import bpy
bpy.ops.mesh.duplicate()
$\endgroup$
2
  • 4
    $\begingroup$ Can you please elaborate a little bit? Does these 2 lines are sufficient alone, or do we need, before, to select something / be in some mode... etc.? $\endgroup$ Commented Oct 19, 2014 at 9:32
  • 1
    $\begingroup$ To answer @Polosson: you must be in Edit Mode, with the vertices you want duplicated selected. $\endgroup$ Commented May 1, 2018 at 3:49

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.