Package bpy :: Package ops :: Module marker
[hide private]
[frames] | no frames]

Module marker

Functions [hide private]
 
add()
Add a new time marker.
 
delete()
Delete selected time marker(s).
 
duplicate(frames=0)
Duplicate selected time marker(s).
 
move(frames=0)
Move selected time marker(s).
 
select(extend=False)
Select time marker(s).
 
select_all(action='TOGGLE')
Change selection of all time markers.
 
select_border(gesture_mode=0, xmin=0, xmax=0, ymin=0, ymax=0)
Select all time markers using border selection.
Function Details [hide private]

duplicate(frames=0)

 

Duplicate selected time marker(s).

Parameters:
  • frames (int) - in (-inf, inf)

move(frames=0)

 

Move selected time marker(s).

Parameters:
  • frames (int) - in (-inf, inf)

select(extend=False)

 

Select time marker(s).

Parameters:
  • extend (boolean)

select_all(action='TOGGLE')

 

Change selection of all time markers.

Parameters:
  • action (enum) - Selection action to execute in (TOGGLE, SELECT, DESELECT, INVERT)

select_border(gesture_mode=0, xmin=0, xmax=0, ymin=0, ymax=0)

 

Select all time markers using border selection.

Parameters:
  • gesture_mode (int) - in (-inf, inf)
  • xmin (int) - in (-inf, inf)
  • xmax (int) - in (-inf, inf)
  • ymin (int) - in (-inf, inf)
  • ymax (int) - in (-inf, inf)