rexport command

Edits exprot variables for a network render.

Replaced by: hou.renderMachineVariables, hou.RenderMachineVariable

All Usages Options Examples

Usages

  1. rexport [-h hostname] driver_pattern [name = value]

  2. rexport -u [-h hostname] driver_pattern name

  3. rexport -c driver_pattern

  4. 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

-h

Define/undefine the variable only for a specific host.

-u

Undefine a variable.

-c

Clear all variables.

-g

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/hfs
Overrides the variable definition for the remote host named gonzo

rexport -g network1 > % $HOME/houdini<<version>>/netconfig.setup