Skip to content

Commit

Permalink
Fix Link to Layered Portraits on Custom Portraits.
Browse files Browse the repository at this point in the history
  • Loading branch information
CakeVR authored Jul 14, 2024
1 parent d071eb7 commit 35707dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/custom-portraits.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Oftentimes, you want something more complex than a simple image: an animated ima

To achieve these, you will have to create a **custom portrait scene**.

If you want to use a layered portrait, take a look here: [Layered Portrait](layered-portrait.md)
If you want to use a layered portrait, take a look here: [Layered Portrait](layered-portraits.md)

One scene can be used for one or multiple portraits. If a scene is used for multiple portraits, switching between them will not re-instance the scene and only call `_update_portrait(portrait_name)` on that scene (see more below). This allows you to even animate from one portrait to the next.

Expand Down

0 comments on commit 35707dd

Please sign in to comment.