How to duplicate selected vertices using python script?
1 Answer
$\begingroup$
$\endgroup$
2
import bpy
bpy.ops.mesh.duplicate()
-
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$Polosson– Polosson2014-10-19 09:32:02 +00:00Commented 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$SO_fix_the_vote_sorting_bug– SO_fix_the_vote_sorting_bug2018-05-01 03:49:03 +00:00Commented May 1, 2018 at 3:49