Armature Operators

bpy.ops.armature.align()

Align selected bones to the active bone (or to their parent)

bpy.ops.armature.armature_layers(layers=(False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False))

Change the visible armature layers

Parameters:
  • layers (boolean array of 32 items, (optional)) – Layer, Armature layers to make visible
bpy.ops.armature.autoside_names(type='XAXIS')

Automatically renames the selected bones according to which side of the target axis they fall on

Parameters:
  • type (enum in [‘XAXIS’, ‘YAXIS’, ‘ZAXIS’], (optional)) – Axis, Axis tag names with.
bpy.ops.armature.bone_layers(layers=(False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False))

Change the layers that the selected bones belong to

Parameters:
  • layers (boolean array of 32 items, (optional)) – Layer, Armature layers that bone belongs to
bpy.ops.armature.bone_primitive_add(name="Bone")

Undocumented (contribute)

Parameters:
  • name (string, (optional)) – Name, Name of the newly created bone
bpy.ops.armature.calculate_roll(type='GLOBALUP')

Undocumented (contribute)

Parameters:
  • type (enum in [‘GLOBALUP’, ‘CURSOR’], (optional, never None)) – Type
bpy.ops.armature.click_extrude()

Undocumented (contribute)

bpy.ops.armature.delete()

Undocumented (contribute)

bpy.ops.armature.duplicate()

Undocumented (contribute)

bpy.ops.armature.duplicate_move(ARMATURE_OT_duplicate=None, TRANSFORM_OT_translate=None)

Undocumented (contribute)

Parameters:
  • ARMATURE_OT_duplicate (ARMATURE_OT_duplicate, (optional)) – Duplicate Selected Bone(s)
  • TRANSFORM_OT_translate (TRANSFORM_OT_translate, (optional)) – Translate, Translate selected items
bpy.ops.armature.extrude(forked=False)

Undocumented (contribute)

Parameters:
  • forked (boolean, (optional)) – Forked
bpy.ops.armature.extrude_forked(ARMATURE_OT_extrude=None, TRANSFORM_OT_translate=None)

Undocumented (contribute)

Parameters:
  • ARMATURE_OT_extrude (ARMATURE_OT_extrude, (optional)) – Extrude
  • TRANSFORM_OT_translate (TRANSFORM_OT_translate, (optional)) – Translate, Translate selected items
bpy.ops.armature.extrude_move(ARMATURE_OT_extrude=None, TRANSFORM_OT_translate=None)

Undocumented (contribute)

Parameters:
  • ARMATURE_OT_extrude (ARMATURE_OT_extrude, (optional)) – Extrude
  • TRANSFORM_OT_translate (TRANSFORM_OT_translate, (optional)) – Translate, Translate selected items
bpy.ops.armature.fill()

Add bone between selected joint(s) and/or 3D-Cursor

bpy.ops.armature.flags_set(type='DRAWWIRE', mode='CLEAR')

Set flags for armature bones

Parameters:
  • type (enum in [‘DRAWWIRE’, ‘DEFORM’, ‘MULT_VG’, ‘HINGE’, ‘NO_SCALE’, ‘LOCKED’], (optional, never None)) – Type
  • mode (enum in [‘CLEAR’, ‘ENABLE’, ‘TOGGLE’], (optional, never None)) – Mode
bpy.ops.armature.flip_names()

Flips (and corrects) the names of selected bones

bpy.ops.armature.hide()

Undocumented (contribute)

bpy.ops.armature.merge(type='WITHIN_CHAIN')

Merge continuous chains of selected bones

Parameters:
  • type (enum in [‘WITHIN_CHAIN’], (optional, never None)) – Type
bpy.ops.armature.parent_clear(type='CLEAR')

Undocumented (contribute)

Parameters:
  • type (enum in [‘CLEAR’, ‘DISCONNECT’], (optional, never None)) – ClearType, What way to clear parenting
bpy.ops.armature.parent_set(type='CONNECTED')

Undocumented (contribute)

Parameters:
  • type (enum in [‘CONNECTED’, ‘OFFSET’], (optional, never None)) – ParentType, Type of parenting
bpy.ops.armature.reveal()

Undocumented (contribute)

bpy.ops.armature.select_all(action='TOGGLE')

Undocumented (contribute)

Parameters:
  • action (enum in [‘TOGGLE’, ‘SELECT’, ‘DESELECT’, ‘INVERT’], (optional, never None)) – Action, Selection action to execute
bpy.ops.armature.select_hierarchy(direction='PARENT', extend=False)

Undocumented (contribute)

Parameters:
  • direction (enum in [‘PARENT’, ‘CHILD’], (optional, never None)) – Direction
  • extend (boolean, (optional)) – Add to Selection
bpy.ops.armature.select_inverse()

Undocumented (contribute)

bpy.ops.armature.select_linked(extend=False)

Undocumented (contribute)

Parameters:
  • extend (boolean, (optional)) – Extend, Extend selection instead of deselecting everything first.
bpy.ops.armature.separate()

Isolate selected bones into a separate armature

bpy.ops.armature.subdivide(number_cuts=1)

Undocumented (contribute)

Parameters:
  • number_cuts (int in [1, inf], (optional)) – Number of Cuts
bpy.ops.armature.switch_direction()

Undocumented (contribute)

Previous topic

Anim Operators

Next topic

Boid Operators