Skip to content

Commit

Permalink
update available template keys
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaJafar committed Sep 16, 2024
1 parent d8a8592 commit 669b45a
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions website/docs/admin_settings_project_anatomy.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,21 @@ We have a few required anatomy templates for AYON to work properly, however we k
| Context key | Description |
| --- | --- |
| `root[name]` | Path to root folder |
| `studio[name]` | Studio's full name |
| `studio[code]` | Studio's code |
| `project[name]` | Project's full name |
| `project[code]` | Project's code |
| `hierarchy` | All folder between the asset and a project connected with `/` |
| `asset` | Name of asset or shot |
| `folder[name]` | Name of asset or shot |
| `folder[label]` | Label of asset or shot |
| `folder[path]` | Full folder path of asset or shot within a project |
| `hierarchy` | The folder path excluding the folder name |
| `parent` | Name of hierarchical parent of the folder name |
| `task[name]` | Name of task |
| `task[type]` | Type of task |
| `task[short]` | Short name of task type (eg. 'Modeling' > 'mdl') |
| `parent` | Name of hierarchical parent |
| `task[short]` | Short name of task type (eg. `Modeling``mdl`) |
| `version` | Version number |
| `product` | Product name |
| `family` | Main family name |
| `product[name]` | Product name |
| `product[type]` | Main product type |
| `ext` | File extension |
| `representation` | Representation name |
| `frame` | Frame number for sequence files. |
Expand Down

0 comments on commit 669b45a

Please sign in to comment.