From 3597b73ce6c1c6393082b4bfdbfa853d3dad5e4e Mon Sep 17 00:00:00 2001 From: Thomas Fricard Date: Thu, 23 Feb 2023 11:12:04 +0100 Subject: [PATCH] change the token/description display for the reference loader in maya docs --- website/docs/admin_hosts_maya.md | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/website/docs/admin_hosts_maya.md b/website/docs/admin_hosts_maya.md index c324ff9ab2..e80442837c 100644 --- a/website/docs/admin_hosts_maya.md +++ b/website/docs/admin_hosts_maya.md @@ -174,14 +174,25 @@ These options are set on the camera shape when publishing the review. They corre ## Load Plugins ### Reference Loader > Namespace -Here you can create your own custom naming for the reference loader.
+Here you can create your own custom naming for the reference loader. + The custom naming is split into two parts separated by a ":" symbol. The first half is the namespace and the second half is the group name of the reference. If you don't set the namespace or the group name (or both), the default namespace and group name will be applied. -Here's the different variables you can use:
-Asset name: {asset[name]}
-Asset type: {asset[type]}
-Subset name: {subset[name]}
-Subset family: {subset[data][family]}
-Example: {asset[name]}_{subset[name]}:GRP +Here's the different variables you can use: + +
+
+ +| Token | Description | +|---|---| +|`{asset[name]}` | Asset name | +|`{asset[type]}` | Asset type | +|`{subset[name]}` | Subset name | +|`{subset[data][family]}` | Subset family | + +
+
+ +Example: `{asset[name]}_{subset[name]}:GRP` ## Custom Menu You can add your custom tools menu into Maya by extending definitions in **Maya -> Scripts Menu Definition**.