rexport
command
Edits exprot variables for a network render.
Replaced by: hou.renderMachineVariables, hou.RenderMachineVariable
Usages
-
rexport [-h hostname] driver_pattern [name = value] -
rexport -u [-h hostname] driver_pattern name -
rexport -c driver_pattern -
rexport -g driver_pattern
This command is allows you to edit the export variables for a network render output driver. These variables are exported to the remote machine before the remote command begins.
The standard usage sets name to value for drivers matching driver_pattern.
Options
|
|
Define/undefine the variable only for a specific host. |
|
|
Undefine a variable. |
|
|
Clear all variables. |
|
|
Generate a command script containing all the variables information. This is useful for generating a configuration file for loading into other drivers. |
Examples
rexport net HFS /hfs
Sets the HFS default export value
rexport -h gonzo net HFS /nfs/host/hfsOverrides the variable definition for the remote host named gonzo
rexport -g network1 > % $HOME/houdini<<version>>/netconfig.setup