From BlenderWiki

Jump to: navigation, search

Python API docs todos

If you find undocumented items in Blender 2.6 Python API, you can suggest their docstrings content here. After your doc will be put in the code it will be cleaned from here.

Thanks!

bpy.ops.object.duplicate_move

Example usage:

bpy.ops.object.select_pattern(pattern="Cube", case_sensitive=True, extend=False)
bpy.ops.object.duplicate_move(TRANSFORM_OT_translate={"value":(1, 1, 1)})