Skip to content

Linking scenes in scenes

Linking Scenes in Scenes

Linking Scenes in Scenes was introduced here.

This is the primary method to combine multiple small Scenes into one that will be rendered. You can link the same Scene multiple times.

However, it's more powerful than just including other scenes in your main stage. Using the non-destructive workflow from USD, it is possible to override any object in the main stage without changing the values of the object in the linked Scene.

For example, let's create a Scene and create a sphere in it:

Picture

Let's create another Scene, and link/reference the first Scene twice:

Picture

Now:

  1. Double click on Scene 2 in the Project Panel to see it in the Viewport
  2. Select the Translate option from the Transform 3D Tool
  3. Select one of the spheres
  4. Move the sphere slightly to the left using the red arrow of the Gizmo

Picture

Now we'll change the color of the sphere we moved:

  1. Select the sphere if it's not already selected
  2. Select the Mesh Properties if not already selected
  3. Go to the Color Parameter
  4. Change the color of the sphere

Picture

We have overridden both the Transform and the Color of one of the spheres, without touching the original Scene, and even without losing the link to the original Scene. For example, we can go back to the original Scene and change the radius of the sphere:

  1. Click once on the Scene in the Project Panel to access the Scene properties without changing the Scene rendered in the Viewport
  2. Check that Scene 2 is still rendered
  3. Select the Sphere in the Scene Properties Panel
  4. Select the Mesh Properties
  5. Change the radius to 1.5

Picture

The change is directly updated to Scene 2.

This non-destructive workflow is very powerful for rapidly seting up complex scenes without ever losing data.