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

Module node

Functions [hide private]
 
delete()
Delete selected nodes.
 
duplicate()
Duplicate the nodes.
 
duplicate_move()
(undocumented operator)
 
group_edit()
Edit node group.
 
group_make()
Make group from selected nodes.
 
group_ungroup()
Ungroup selected nodes.
 
hide()
Toggle hiding of the nodes.
 
link()
(undocumented operator)
 
link_make()
Makes a link between selected output in input sockets.
 
links_cut(path=None, cursor=9)
(undocumented operator)
 
mute()
Toggle muting of the nodes.
 
properties()
Toggles the properties panel display.
 
resize()
(undocumented operator)
 
select(mouse_x=0, mouse_y=0, extend=False)
(undocumented operator)
 
select_all()
(De)select all nodes.
 
select_border(gesture_mode=0, xmin=0, xmax=0, ymin=0, ymax=0)
(undocumented operator)
 
select_linked_from()
Select nodes linked from the selected ones.
 
select_linked_to()
Select nodes linked to the selected ones.
 
show_cyclic_dependencies()
Sort the nodes and show the cyclic dependencies between the nodes.
 
view_all()
(undocumented operator)
 
visibility_toggle(mouse_x=0, mouse_y=0)
Handle clicks on node header buttons.
Function Details [hide private]

links_cut(path=None, cursor=9)

 

(undocumented operator)

Parameters:
  • cursor (int) - in (0, inf)
  • path (collection)

select(mouse_x=0, mouse_y=0, extend=False)

 

(undocumented operator)

Parameters:
  • mouse_x (int) - in (-inf, inf)
  • mouse_y (int) - in (-inf, inf)
  • extend (boolean)

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

 

(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)

visibility_toggle(mouse_x=0, mouse_y=0)

 

Handle clicks on node header buttons.

Parameters:
  • mouse_x (int) - in (-inf, inf)
  • mouse_y (int) - in (-inf, inf)