Skip to content

Linking scenes in scenes

Linking Scene in Scene

Linking Scene in Scene 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 is more powerful than just to include 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 2 times:

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 sphere
  4. Move the sphere slightly to the left using the red arrow of the Gizmo

Picture

We will now change the color of the moved sphere:

  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 sphere, 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 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. In the Properties Panel of Scene
  4. Select the Sphere
  5. Select the Mesh Properties
  6. Change the radius to 1.5

Picture

The change is directly updated to Scene 2.

This non destructive workflow is very powerful to rapidly set up complex scene without ever losing data.