pane command
Creates, closes, or sets options on a pane.
Replaced by: hou.PathBasedPaneTab, hou.playbar, hou.PaneTab, hou.Desktop, hou.Pane
Usages
-
pane -S | -F @options [-d <<desk_name] -
pane @options [-d <<desk_name] pane_name -
pane -z [-d desk_name] pane_name -
pane -d desk_name
Options
|
|
The desk on which to modify the pane. If no desk name is given the command will assume the current desk. If you don’t specify any options, the command prints the list of panes in this desk. |
|
|
Create a new pane to the right of all existing panes. If you do not give a -m option, the new pane will be a network editor. Returns the name of the new pane. |
|
|
Create a new floating window. If you do not give a -m option, the new pane will be a network editor. Returns the name of the new pane. |
|
|
Only available with the -F option. Sets the X and Y position of the new floating window. The window will open near this position, not exactly at this position. |
|
|
Only available with the -F option. Sets the width and height position of the new floating window |
|
|
Hide network controls on/off |
|
|
Pane bar visible on/off |
|
|
Fullscreen mode on/off |
|
|
Link to pane group (0-5). |
|
|
Set to 1 to make this pane a parent pane (track the parent directory of a path). |
|
|
Sets the type of pane:
|
|
|
Sets the pane name |
|
|
Sets the operator network path. See also the -T option. |
|
|
Sets the operator node path |
|
|
Sets the operator type. This determines what type of network appears if the path given with the -h option does not exist. |
|
|
Open a new copy of the pane. |
|
|
Move the playbar to this pane. |
|
|
Split the pane (0 = top/bottom, 1 = left/right). |
|
|
Use 1 to tear off the window, 0 to put back a tear-off window. |
|
|
Close the pane. |
Examples
pane -f 1 pane2turn fullscreen mode on for pane2
pane -h /obj pane2set the network path to objects for pane2
pane -H /obj/model pane2set the node path of the pane2 to have the network /obj and the specific node model.
pane -H /obj/model/ pane2set the pane to point to the network /obj/model with no current node.
pane -l 0 -p pane2turns linking off and moves the playbar to pane2