generated from ynput/ayon-addon-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement a rudimentary HELP page for the Lop Node
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
= AYON Load Asset = | ||
|
||
#icon: path/to/icon | ||
|
||
"""References a USD file, usually an asset.""" | ||
|
||
== Overview == | ||
|
||
*References* or *Payloads* a USD file into the current USD layer. | ||
|
||
In USD, when referencing, it's good to understand that you load a *single root prim* from the USD file. You will not get the full contents of the USD file if the USD file's content do not live within that single root primitive. By default, it will load a USD file's *default prim* but can be customized using the Load Options on this LOP node. | ||
|
||
|
||
@related | ||
|
||
* [Node:lop/reference] |