Skip to content

Commit

Permalink
Update network_boxes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seanryanmcewan authored Mar 19, 2018
1 parent 420c9b5 commit 3f75869
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions network_boxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ def build_box(self, search_names, name, node_color, box_color, ignore_names=()):
Creates network boxes around input nodes, and sets the node color and network box color.
Arguments:
search_names (list): A list of search terms. If a node name contains any items in this list,
it will be added to the current network box.
name (string): The network box will be set to this name.
node_color (hou.Color): Nodes added to the current network box will be set to this hou.Color.
box_color (hou.Color): Current network box will be set to this hou.Color.
ignore_names (list): A list of search terms. If a node name contains any items in this list,
it will be excluded from the current network box.
search_names (list): A list of search terms. If a node name contains any items in this list,
it will be added to the current network box.
name (string): The network box will be set to this name.
node_color (hou.Color): Nodes added to the current network box will be set to this hou.Color.
box_color (hou.Color): Current network box will be set to this hou.Color.
ignore_names (list): A list of search terms. If a node name contains any items in this list,
it will be excluded from the current network box.
"""

# INITIALIZE VARIABLES
Expand Down

0 comments on commit 3f75869

Please sign in to comment.