Houdini 21.0 Nodes LOP nodes

Render Pass

Creates or edits a UsdRenderPass prim, which represents a render pass, with attributes configuring the content of the pass, and how to configure the renderer to generate the pass.

On this page
Since 21.0

Overview

A render pass is a way of capturing the LOP’s parms (rather than its baked result) in USD. For example, you could have your scene branch at the end through four different Render Geometry Settings LOPs and bake out four different USD files. Then, you choose which one(s) to render. Alternatively, the render pass lets you embed four different “recipes” in a single USD file. At render time, you can tell husk which one to apply.

  • Specific renderers may support additional render pass settings, such as a set of matte objects, shadow catchers, and so on. These settings would be encoded in attributes following a renderer-specific Schema API applied to this prim.

  • Render pass prims must be somewhere under /Render in the scene graph tree.

  • With the Solaris desktop, you can pick a render pass from the first dropdown menu in the upper right corner of the viewport (set to Persp by default). From the menu, open Render Pass and choose an entry.

  • The USD Render ROP provides a Render Pass parameter, where you can add the Scene Graph Tree path to a RenderPass prim. Note that you can only use one prim at a time!

Creating vs. editing prims

This node belongs to a class of nodes that create or edit USD prims directly. These nodes operate in Create mode_ or Edit mode_. This is controlled by a Create Primitives checkbox or an Action popup menu_. In Create mode, the node creates new prims. In Edit mode, the node changes the attributes on an existing prim. The Edit mode has two variations.

  • Edit will not modify primitives which have a houdini:editable attribute set to false.

  • Force Edit will modify a primitive regardless of the existence or value of this attribute. This attribute can be set on a primitive using the Configure Primitives LOP.

Parameters that correspond to a USD attribute have a pop-up menu to the left that controls how the node authors the attribute. In addition to that, any connectable USD attributes (i.e., the ones in the inputs: namespace) will have menu items that allow disconnecting them from their sources.

Parameters

Frame Range/Subframes

Sampling Behavior

Cooking this node can generate many USD time samples, rather than just a single time sample at the current time. This can be equivalent to having a Cache LOP following this node, but it will evaluate much faster, and does not cache data from any other nodes. This allows animated data to be authored to USD without introducing a node time dependency which would then cause all following nodes to also be time dependent. This can vastly improve playback performance of some LOP Networks.

In all sampling modes, if a parameter on this node does not vary with time, and does not rely on other time sampled data from the stage, only a single default value will be generated in USD for the corresponding attribute. USD time samples are only generated for parameters that may vary over time.

Sample Current Frame

A single time sample will be generated for the current time.

Sample Frame Range If Input Is Not Time Dependent

If the input to this node is time dependent, this node behaves as if it is in Sample Current Frame mode. Otherwise it behaves as if it is in Sample Frame Range mode.

Sample Frame Range

The Start/End/Inc parameter is used to generate multiple times at which this node’s parameters are evaluated, and a USD time sample is created for each attribute at each one of these times.

Start/End/Inc

When the Sampling behavior is Sample Frame Range, this parameter controls the number and spacing of base time samples to be generated by this node. The default values of this parameter are @fstart, @fend, and @finc. These values correspond to the start, end, and step size of the global Houdini animation settings when interacting with Houdini. When using a ROP node to generate a range of frames, these values correspond to the start, end, and increment values specified on the ROP node being executed. This default ensures that a USD file written to disk will contain time samples for exactly the frame range requested by the ROP (regardless of the Houdini animation settings).

Subframe Sampling

For each primary sample generated by this node, these parameters can cause additional samples to be generated around that primary sample time. This is most often used to ensure that accurate data exists at exactly the camera shutter open and close times, as well as at the primary sample time.

Shutter

Controls the method used to specify the shutter open and close times relative to the primary sample times.

Specify Manually

The Shutter Open/Close parameter values provide exact offset values relative to the primary sample time.

Use Camera Prim

The Camera Prim parameter provides the scene graph path of a camera primitive from which the shutter open and close times are extracted to provide the offset values relative to the primary time sample.

Shutter Open/Close

When Shutter is set to Specify Manually, these two offset values are added to the primary sample time to indicate the shutter open and close times. The open time should be less than or equal to zero, and the close time should be greater than or equal to zero.

Camera Prim

When Shutter is set to Use Camera Prim, this is the scene graph path of a camera prim on the input node’s stage. The shutter open and close attribute values are read from this primitive.

Samples

The number of subframe samples to create for each primary sample. These samples are evenly distributed between the shutter open and close times. Note that such an even distribution may or may not create a sample at exactly the primary sample time.

Always Include Frame Sample

When turned on, forces a sample to be created at exactly the primary sample time. If the Samples value, together with the shutter open and close times, already place a sample at the primary sample time, turning on this option has no effect. Otherwise, this option causes an addition sample to be added. This means that the actual number of samples per primary sample may in fact be one more than the number specified in the Samples parameter.

Action

Whether this node should create new prims, or edit existing prims. In addition, the Force Edit option can be chosen to cause this node to ignore the houdini:editable attribute on prims, and always edit the specified attributes. This is in contrast to the Edit mode which will trigger a warning and not set attributes on prims with the houdini:editable attribute set to false.

Primitive Path

In Create mode, this lets you control where in the scene graph to create the prim(s).

The default is usually /$OS. This creates a primitive at the root level with the same name as the node (for example, /tube1). This is a useful default for preventing naming conflicts, but terrible for organization. You should try to remember to change the Primitive Path to a better value when you create prims.

For example, instead of naming models after the node that created them, you might want to name them after the geometry inside, and organize them under a /Models branch.

The Create Primitives section contains basic controls for how to create the new prim(s).

Primitives

In Edit mode, the node has a Primitive Pattern parameter. This lets you specify the prim(s) the node should operate on. You can click the select button beside the text box to select the primitives from the scene graph tree. You can also use primitive patterns for advanced matching, including matching all prims in a collection.

Initialize Parameters

Changes the state of all control menu parameters to Do Nothing, so that this node will not apply any changes. Also grabs the current values of each property from the first Primitives match, and sets the values of the corresponding parameters to match. This means that changing any parameter’s control menu to Set or Create mode will set the property to its current value, making it easier to apply changes to an existing value rather than setting a brand new value. With Rebuild Render-Specific Parameters you reset all parameters from render-specific tabs to their default values for the specific node. If you want to reset the parameters for the entire scene, you can also open the top-level Render menu and choose Rebuild All Render-Specific LOP Parameters.

Create Primitives

This section only appears when the node is creating primitives.

For example:

  • If you want to create a new cube primitive at /world/objects/cube1 on an empty stage: Set Primitive Specifier to Define, and the Parent Primitive Type to Xform.

  • If you want to override the radius of a sphere at /world/objects/sphere1: Set Primitive Specifier to Over, and the Parent Primitive Type to None. This makes sure the primitive types of any existing ancestor prims are not be modified by this node.

Primitive Count

The number of primitives to create.

Primitive Type

Set all created prims to have this type.

Primitive Kind

Set all created prims to have this kind.

Primitive Specifier

The USD operator to use when creating the new prims.

Define

Authors a completely new prim. Use this if you want to create a brand new prim or replace an existing prim.

Over

Authors an override of an existing prim. Attributes not explicitly authored on this prim will get their values from the existing prim on the lower layer.

Class

Define a primitive class. This is usually not necessary unless you are doing deep USD magic.

Class Ancestor

If Primitive Specifier is Define or Over, this parameter will cause some ancestor primitives to be authored with a specifier of Class. This makes it easy to create an Over or Define within a Class without having to use two separate nodes. When Primitive Specifier is Class, this parameter is disabled because the entire primitive hierarchy is already authored as Class primitives.

Parent Primitive Type

If any parents of a path in Primitive Paths do not exist, this node will automatically create them. In this case, it will create parent nodes of this type.

Standard

Render Visibility Collection

Specifies a USD collection of primitives that should be visible in this render pass. This collection includes all primitives in the scene by default. To have only some prims visible, two options are available. One option is to leave the option to include the root prim on, but then specify prims in the Exclude relationship. Another option is to disable Include Root and provide an explicit list of visible prims in the Include relationship.

Camera Visibility Collection

Specifies a USD collection of primitives that should be visible directly visible to the camera in this render pass. Objects that are not in this collection should still participate in other light paths such as shadowing, reflections, and refraction. This collection includes all primitives in the scene by default. To have only some prims visible, two options are available. One option is to leave the option to include the root prim on, but then specify prims in the Exclude relationship. Another option is to disable Include Root and provide an explicit list of visible prims in the Include relationship.

Prune Collection

Defines a USD collection of primitives that should be completely excluded from the render. For some renderers this may result in a more complete removal of the prim from the scene. This can be more efficient for rendering, but modifying the prune state of a prim is often more expensive than simply changing its render visibility.

Matte Collection

Defines a USD collection of primitives that should render as matte objects. Matte objects render with zero alpha. By default, everything in the scene should render normally, so this collection is empty.

Collection Options

For each of the above collections, in addition to the primary pattern parameter, the following parameters are available to configure the collection:

Primitives

The primitive(s) the node should operate on. You can drag primitives from the scene graph tree pane into this textbox to add their paths, or click the Reselect button beside the text box to select the primitives in the viewer, or ⌃ Ctrl-click the Reselect button to choose prims from a pop-up tree window. You can also use primitive patterns for advanced matching, including matching all prims in a collection (using /path/to/prim.collection:‹name).

You can drag and drop a specific (or multiple specific) USD prim(s) from the Scene Graph Tree into the window to run validation on only these USD primitives.

Note

This parameter needs to be exposed in order for the transform handles to be context-aware. Without it, the handles may not be positioned properly.

Pattern Is USD Path Expression

Authors the collection as a USD path expression instead of a hard coded list of includes and excludes. USD path expressions are evaluated as needed by comparing the expression to the prims on the composed stage. This approach is slower than an explicit list of includes and excludes, but allows for more dynamic collection contents. For example, the path expression //chair will find all prims named chair in the composed stage, even if the prims didn’t exist when the collection was authored.

When using a path expression, the Exclude Primitives parameter is disabled as it has no effect. USD collection must either use the includes/excludes form, or the path expression form. The equivalent of excludes can be encoded in a path expression using the - operator (e.g. //mountain - /root/mountain will match all prims named mountain except /root/mountain).

Add Exclusions

Show another primitive pattern parameter for specifying primitives for the collection’s exclusion relationship. During composition, USD removes primitives from the exclude relationship from the list of prims in the include relationship to get the final collection contents. If this option is off, the exclude relationship for the collection is unchanged by this node.

Exclude Primitives

Using the same format as the primary collection parameter, specify a set of primitives that should be explicitly excluded from the collection.

Icon

A path to an icon or image file that should be associated with the collection in the Scene Graph Tree’s collections panel. This icon path is stored in a the custom data dictionary of the collection’s include relationship.

Expansion Rule

Whether to include descendants of selected prims in the collection.

No Expansion

Only paths in the includes (and not in the excludes) belong to the collection. (explicitOnly)

Expand Primitives

All the prims at or below the includes (and not under the excludes) belong to the collection. (expandPrims)

Expand Primitives and Properties

Like Expand Primitives, but also includes all properties on all matched prims.

According to the Pixar documentation: “We're still not quite sure what the use cases are for this, but you can use it to capture a whole lot of UsdObjects very concisely.”

Allow Instance Proxies in Collection

Instance proxies are prims under instanceable primitives. Some renderers (such as Karma) may support targeting instance proxy primitives in the render pass collections. Other renderers may not support this feature (such as Houdini VK), in which case instance proxy primitives specified in these collections will have no effect on the rendering of this pass.

Other Parameters

Input Passes

A list of Render Pass prims that need to be rendered before this pass. For example, a Pass A may generate a texture, which is then used to render Pass B.

Pass Type

A string that can be used within a custom pipeline to differentiate between categories of render passes.

Command

The command to run to generate renders for this pass. In a custom pipeline, job submission code can use this attribute to launch the renders. This attribute is specified as an array of strings which are the individual command line arguments. The command can contain variables that will be substituted appropriately during submission, such as using {fileName} to indicate the value of the File Name attribute.

File Name

The asset that contains the rendering prims or other information needed to render this pass. This field is useful if the USD file that describes the render pass is not the same file that is actually generating the render.

Render Source

The RenderSettings prim that should be rendered to generate this pass. If a File Name is set, the render source primitive should be found in that file. Otherwise the render source prim should be on the same stage that defines this RenderPass prim.

Denoise

Indicates that this render pass should be denoised.

LOP nodes

  • Add Variant

    Adds one or more variants to a variant set on a primitive. This node creates the primitive if it doesn’t exist.

  • Additional Render Vars

    Create multiple render vars.

  • Asset Reference

    Reference, Transform, and select variants of a USD Asset.

  • Assign Material

    Assigns a material to one or more USD primitives. You can use also programmatically assign materials using VEX, programmatically override material settings for each assignment, and programmatically assign materials to geometry subsets.

  • Assign Prototypes

    Switch point instances or USD instanceable prims to instance a different prototype.

  • Attribute VOP

    Create/edit USD attribute values using a VOP network.

  • Attribute Wrangle

    Create/edit USD primitive attributes using a VEX snippet.

  • Auto Select LOD

    Automatically selects a level-of-detail variant based on the primitive’s distance from the camera.

  • Bake Skinning

    Bakes animation driven by a UsdSkel into transforms and point positions.

  • Basis Curves

    Creates or edits a basis curves shape primitive.

  • Begin Context Options Block

    This node begins a block of LOP nodes, within which certain context options have certain values.

  • Blend

    Partially applies edits to a layer’s attributes based on a fractional weight.

  • Blend Constraint

    Blends transforms according to a list of weights specified as parameters.

  • Cache

    Caches the results of cooking the network at different times, increasing playback speed.

  • Camera

    Adds a USD camera to the scene.

  • Capsule

    Creates or edits a capsule (tube with hemispherical ends) shape primitive.

  • Collection

    Creates/edits collections using primitive patterns.

  • Component Geometry

    Geometry container or import source, in a network created by the Component Builder tool.

  • Component Geometry Variants

    Sets up geometry variants, in a network created by the Component Builder tool.

  • Component Material

    Assigns materials to geometry in a network created by the Component Builder tool.

  • Component Output

    Assembles the final Component prim, in a network created by the Component Builder tool.

  • Cone

    Creates or edits a cone shape primitive.

  • Configure Layer

    Edits metadata on a layer.

  • Configure Primitives

    Edits various metadata on one or more primitives.

  • Configure Properties

    Configures metadata on properties (relationships and attributes).

  • Configure Stage

    Configures metadata for how to load layers into the stage and asset resolution.

  • Coordinate System

    Define named coordinate systems used in shaders.

  • Copy Property

    Copy properties from one primitive to another, or renames properties on a primitive.

  • Create LOD

    Uses the PolyReduce SOP to automatically generate multiple levels of detail from a high-res model, and stores them as USD variants.

  • Cube

    Creates or edits a cube shape primitive.

  • Cylinder

    Creates or edits a cylinder shape primitive.

  • Distant Light

    Creates or edits a USD Distant Light, representing a far-off light source such as the sun. Adds some useful Karma-specific attributes.

  • Dome Light

    Creates or edits a USD Dome Light prim. A dome light emits light inward, simulating light coming from the sky/environment surrounding the scene.

  • Draw Mode

    Sets draw mode properties on USD model assets.

  • Drop

    Runs a simulation to drop primitives under gravity.

  • Duplicate

    Creates copies of a prim (and its descendants).

  • Edit

    Interactively transforms prims in the viewer. Can use physics collisions to position props realistically.

  • Edit Context Options

  • Edit Material Network

    Allows you to edit an existing USD material by modifying parameters and shader connections. This can be useful if the existing material is on a non-editable layer.

  • Edit Material Properties

    Lets you build a spare parameter interface that reflects material or shader input attributes to directly edit their values.

  • Edit Properties

    Lets you build a spare parameter interface to directly edit attribute and relationship values.

  • Edit Properties From Node

    Lets you refer to the parameter on another node to directly edit attribute and relationship values.

  • Edit Prototypes

    Modify the prototypes of native or point instances in-place, without disturbing the instancing setup.

  • Edit Target Layer

    Allows you to apply edits directly in a lower layer, instead of overriding prims and attributes in the active layer.

  • Error

    Generates a message, warning, or error, which can show up on a parent asset.

  • Explore Variants

    Visualize, set, or extract variants on primitives.

  • Extract Instances

    Converts (heroes) an instance into a real editable prim.

  • Fetch

    Grabs the output of another LOP, potentially in another LOP network.

  • File Cache

    Caches (writes out once and then reads from) USD layers (possibly animated) to disk.

  • Follow Path Constraint

    Constrains a prim to follow a path curve.

  • For Each

    The end node of a For-Each loop block.

  • Geometry Clip Sequence

  • Geometry Color

    Adds display color and display opacity primvars to geometry.

  • Geometry Light

    Adds properties to turn geometry into lights.

  • Geometry Sequence

    Imports a sequence of geometry files into LOPs as animated geometry.

  • Geometry Subset VOP

    Creates USD geometry subsets within geometry prims (similar to groups in SOPs) based on evaluating a VEXpression or VOP network.

  • Graft Branches

    Takes prims/branches from the second input and attaches them onto branches of the scene graph tree in the first input.

  • Graft Stages

    Takes scene graph trees from other inputs and attaches them onto branches of the scene graph tree in the first input.

  • HDA Dynamic Payload

    Cooks a OBJ or SOP asset on disk and imports the animated geometry output as a USD payload.

  • Hermite Curves

    Creates or edits a hermite curves shape primitive.

  • Houdini Preview Procedurals

    Invokes Houdini Procedurals while working interactively.

  • Houdini Procedural: Crowd

    Houdini Crowd Procedural for Solaris.

  • Houdini Procedural: Feather

    Generates feathers for rendering.

  • Houdini Procedural: Hair

    Houdini Procedural: Haie for Solaris.

  • Houdini Procedural: Ocean

    Houdini Ocean Procedural for Solaris.

  • Houdini Procedural: RBD

    Houdini Procedural: RBD for Solaris.

  • Husk Image Metadata

    Add Husk Custom Metadata to Render Products and Render Vars.

  • Inline USD

    Parses usda code representing a layer and adds it to the layer stack.

  • Insertion Point

    Represents a point in the node graph where nodes can be inserted.

  • Instancer

    Instances or copies primitives onto points.

  • Isolate Scene

    Work in masked areas of the stage.

  • Karma Background Plate

    Sets up AOVs and hold-out or matte objects that leave holes in the scene through which the background is visible. These prims still take shadows and contribute to reflections as if they were the background.

  • Karma Cryptomatte

    Setup Cryptomatte AOVs for Karma.

  • Karma Fog Box

    Creates a constant volume within a box.

  • Karma Physical Sky

    Creates a Karma Sky Dome and Sun Light rig.

  • Karma Render Products

    Create multiple render products sharing common settings.

  • Karma Render Settings

    Configure Render Settings for Karma.

  • Karma Shadow Catcher

    Configure render-time hold-out or matte objects.

  • Karma Sky Atmosphere

    Creates or edits a Karma Sky Atmosphere.

  • Karma Sky Dome Light

    Creates or edits a Karma Sky Dome Light.

  • Karma Standard Render Vars

    Create standard karma render vars (AOVs/Image Planes).

  • Karma Texture Baker

    Create a Render Settings primitive to create texture maps that define shading states for an object.

  • LPE Tag

    Manage Lights' LPE Tags.

  • Labs Biome Plant Scatter Import (Beta)

    Import a biome plant scatter from SOPs to LOPs.

  • Labs Karma AOVs for RenderMan Denoiser

    Generates AOVs for the Pixar RenderMan denoiser.

  • Labs ML CV Directory Variant

    Creates a variant set from USD assets in a directory.

  • Labs ML CV Dome Camera

    Generates a camera from one of the random positions within a specified 3D camera dome and frames the focus object within the camera’s view.

  • Labs ML CV Synthetics Karma Rop

    Renders RGB image or ID EXR file for segmentation masking.

  • Layer Break

    Starts a new active sublayer that subsequent nodes will edit, and indicates all previous layers will be discarded when saving to disk.

  • Layer Replace

    Replaces all uses of a certain layer with a substitute layer from its second input.

  • Layout

    Provides tools for populating a scene with instanced USD assets. You can place individual components, paint/scatter components in different ways using customizable brushes, and edit existing instances.

  • Light

    Creates or edits a USD Light prim. This node also adds some useful Karma-specific attributes.

  • Light Filter Library

    Authors USD light filter primitives from VOP nodes.

  • Light Linker

    Creates USD light link properties based on rules.

  • Light Mixer

    Lets you interactively edit USD properties for multiple lights.

  • Live Render

    Launches renders which react to upstream LOP changes and send the image to the Render Gallery.

  • Load Layer for Editing

  • Loft Payload Info

    Adds basic information from inside a payload to the primitive that loads the payload.

  • Look At Constraint

    Constrains a prim to always point toward a target.

  • Mask from Bounds

    Sets a primvar based on whether/by how much selected prims are inside a bounding shape.

  • Match Size

    Resizes and recenters the input geometry to match a reference bounding box.

  • Material Library

    Authors USD material primitives from shader VOP nodes.

  • Material Linker

    Creates material assignments based on rules.

  • Material Variation

    Creates attributes/primvars to override material parameters per-prim/instance.

  • Merge

    Merges the layers from incoming stages into a unified layer stack.

  • Merge Point Instancers

    Merges point instancers into a single consolidated point instancer.

  • Mesh

    Creates or edits a mesh shape primitive.

  • Modify Paths

    Modify asset path attribute values.

  • Modify Point Instances

    Modifies point transforms and property values for individual point instances.

  • Motion Blur

    Adds time samples to allow motion blur when rendering.

  • Null

    This node does nothing. It can be useful to insert a Null into a network as a fixed point in the network that you can refer to by name in expressions/scripts.

  • Output

    Represents the output of a subnetwork. Allows you to design a node asset with multiple outputs.

  • Parent Constraint

    Makes a primitive appear to inherit the transform hierarchy of another prim somewhere else in the tree.

  • Points

    Creates or edits a Points shape primitive.

  • Points Constraint

    Position and Orient primitives using point positions from a geometry.

  • Portal Light

    Creates or edits a USD Portal Light prim. A portal light is used in conjunction with a Dome Light to restrict the parts of the dome light that are sampled to illuminate a scene.

  • Primitive

    Bulk-creates one or more attributes of a certain type.

  • Prune

    Hides or deactivates primitives and point instances.

  • Python Script

    Lets you write Python code in the node to use the USD API to directly manipulate the stage.

  • RBD Destruction

    An example for a fracturing simulation in USD, also useful as a canned effect.

  • Reference

    References the contents of a external USD files and/or layers created by other LOP nodes into a branch of the existing scene graph tree. Can also remove or replace existing references.

  • Render Geometry Settings

    Applies renderer-specific geometry settings to geometry in the scene graph.

  • Render Pass

    Creates or edits a UsdRenderPass prim, which represents a render pass, with attributes configuring the content of the pass, and how to configure the renderer to generate the pass.

  • Render Product

    Creates or edits a UsdRenderProduct prim, which represents an output of a renderer (such as a rendered image file or other file-like artifact produced by a renderer), with attributes configuring how to generate the product.

  • Render Settings

    Creates or edits a UsdRenderSettings prim, which holds the general settings for rendering the scene.

  • Render Var

    Specifies a custom variable computed by the renderer and/or shaders, either a shader output or a light path expression (LPE).

  • Resample Transforms

    Generates interpolated transform time samples from existing time samples on USD prims.

  • Restructure Scene Graph

    This node has various operations for editing prim paths, variant sets, and composition arcs.

  • Retime Instances

    Offsets and/or scales the timing of animation on selected instances.

  • SOP Character Import

    Imports a character or animation from a SOP network into the USD scene graph.

  • SOP Create

    Lets you create geometry in a SOP subnetwork inside this node, so you can create geometry in-place in the LOP network instead of needing a separate SOP network.

  • SOP Crowd Import

    Imports a crowd from a SOP network into the USD scene graph.

  • SOP Import

    Imports geometry from a SOP network into the USD scene graph.

  • SOP Modify

    Converts USD geometry into SOP geometry, runs the SOP subnet inside this node on the geometry, and converts the changes back to USD overrides.

  • Scene Doctor

    Validates primitives on a USD stage.

  • Scene Import

    Imports models, materials, and lights from the Object level into the LOP network.

  • Scope

    Creates a scope primitive. Scope is the simplest form of grouping, and does not have a transform. Scopes can be useful for organizing the scene tree.

  • Set Extents

    Sets the bounding box metadata of selected primitives.

  • Set Variant

    Selects (switches to) one of the variants stored in a variant set on a primitive.

  • Shot Layer Edit

    Part of the Shot Builder Toolset, targets a specific layer for all shots that match the give pattern.

  • Shot Load

    Part of the Shot Builder Toolset, load USD data for your project.

  • Shot Output

    Part of the Shot Builder Toolset, outputs USD data and /or rendered images to your project.

  • Shot Split

    Passes through the input node’s stage, but may alter the shot context option depending on which output branch is being cooked.

  • Shot Switch

    Passes through one of several inputs, based on the shot context option.

  • Simulation Proxy

    Generates low-poly collison geometry suitable for physical simulation and creates a proxy relationship to the original model.

  • Sphere

    Creates or edits a sphere shape primitive.

  • Split Point Instancers

    Splits a point instancer into two or more instances, which divide up the original instances.

  • Split Primitive

    Splits USD geometry prims into child primitives based on geometry subsets or primvar values.

  • Split Scene

    This node splits a scene graph into two disjoint sets of primitives.

  • Stage Manager

    Provides a convenient interface to reference in many files at once and place them in the scene graph tree.

  • Store Parameter Values

    Lets you store temporary (unsaved) data in the stage.

  • Sublayer

    Imports from USD files or other LOP node chains into as sublayers, or removes/replaces/reorders existing sublayers.

  • Subnet

    Encapsulates a LOP subnetwork, allowing you to organize and hide parts of the network.

  • Surface Constraint

    Constrain a prim to stick to a surface.

  • Switch

    Passes through one of several inputs, based on a parameter choice or expression.

  • TimeShift

    Outputs the stage as it is at a different point in the timeline.

  • Transform

    Edits the transforms of selected USD primitives.

  • Transform UV

    Moves, rotates, and scales texture coordinates on USD primitives.

  • Transform by SOP Points

    Transforms USD primitives by SOP points with transform attributes.

  • USD ROP

  • USD Render ROP

  • Unassign Material

    Unbinds a material from one or more USD primitives.

  • Value Clip

  • Vary Material Assignment

    Assign different materials across a number of prims to create variation.

  • Volume

    References volume data on disk into a volume prim containing field prims.

  • Xform

    Creates or edits an Xform prim. Xform (and its sub-classes) represents a transform in the scene tree.