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

Module nla

Functions [hide private]
 
actionclip_add(action='')
Add an Action-Clip strip (i.e.
 
apply_scale()
Apply scaling of selected strips to their referenced Actions.
 
channels_click(extend=False)
(undocumented operator)
 
clear_scale()
Reset scaling of selected strips.
 
click_select(left_right='OFF', extend=False)
(undocumented operator)
 
delete()
Delete selected strips.
 
delete_tracks()
Delete selected NLA-Tracks and the strips they contain.
 
duplicate(mode=1)
Duplicate selected NLA-Strips, adding the new strips in new tracks above the originals.
 
fmodifier_add(type='NULL', only_active=False)
(undocumented operator)
 
meta_add()
Add new meta-strips incorporating the selected strips.
 
meta_remove()
Separate out the strips held by the selected meta-strips.
 
move_down()
Move selected strips down a track if there's room.
 
move_up()
Move selected strips up a track if there's room.
 
mute_toggle()
Mute or un-muted selected strips.
 
properties()
(undocumented operator)
 
select_all_toggle(invert=False)
(undocumented operator)
 
select_border(gesture_mode=0, xmin=0, xmax=0, ymin=0, ymax=0, axis_range=False)
(undocumented operator)
 
snap(type='CFRA')
Move start of strips to specified time.
 
split()
Split selected strips at their midpoints.
 
tracks_add(above_selected=False)
Add NLA-Tracks above/after the selected tracks.
 
transition_add()
Add a transition strip between two adjacent selected strips.
 
tweakmode_enter()
Enter tweaking mode for the action referenced by the active strip.
 
tweakmode_exit()
Exit tweaking mode for the action referenced by the active strip.
Function Details [hide private]

actionclip_add(action='')

 

Add an Action-Clip strip (i.e. an NLA Strip referencing an Action) to the active track.

Parameters:
  • action (string)

channels_click(extend=False)

 

(undocumented operator)

Parameters:
  • extend (boolean)

click_select(left_right='OFF', extend=False)

 

(undocumented operator)

Parameters:
  • left_right (enum) - in (CHECK, OFF, LEFT, RIGHT)
  • extend (boolean)

duplicate(mode=1)

 

Duplicate selected NLA-Strips, adding the new strips in new tracks above the originals.

Parameters:
  • mode (int) - in (0, inf)

fmodifier_add(type='NULL', only_active=False)

 

(undocumented operator)

Parameters:
  • type (enum) - in (NULL, GENERATOR, FNGENERATOR, ENVELOPE, CYCLES, NOISE, FILTER, PYTHON, LIMITS, SOUND)
  • only_active (boolean)

select_all_toggle(invert=False)

 

(undocumented operator)

Parameters:
  • invert (boolean)

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

 

(undocumented operator)

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)
  • axis_range (boolean)

snap(type='CFRA')

 

Move start of strips to specified time.

Parameters:
  • type (enum) - in (CFRA, NEAREST_FRAME, NEAREST_SECOND, NEAREST_MARKER)

tracks_add(above_selected=False)

 

Add NLA-Tracks above/after the selected tracks.

Parameters:
  • above_selected (boolean)