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 18, 2018
1 parent 4dd3612 commit 420c9b5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions network_boxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ 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.
Inputs:
search_names 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 The network box will be set to this name.
node_color Nodes added to the current network box will be set to this hou.Color.
box_color Current network box will be set to this hou.Color.
ignore_names A list of search terms. If a node name contains any items in this list,
it will be excluded from the current network box.
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.
"""

# INITIALIZE VARIABLES
Expand Down

0 comments on commit 420c9b5

Please sign in to comment.